Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8312375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:08:33+00:00 2026-06-08T20:08:33+00:00

There’s probably a better way to do this, but this is what I’m trying

  • 0

There’s probably a better way to do this, but this is what I’m trying to do. I have several html files for which I need to update meta tags prior to updating the content. I’m trying to automate this by using a keyboard mapping similar to what follows:

nnoremap <leader>mt /<meta name="developer"<cr>f";;lct"$username

This seems to work with the exception of the $username portion. How can I make the mapping evaluate the variable?

I do have a few tags to update per page, but don’t know how else to do this. If someone has a better method, I’d be more than happy to hear it. The content that I’m searching through is similar to the following:

<meta name="owner" content="someowner">
<meta name="developer" content="somedev">
<meta name="date" content="2012-07-26">
<meta name="expires" content="2013-07-26">

The date would be the date that I opened the file to edit, while the expires would be one year from the date

NOTE: This is gvim on Windows if that changes things.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:08:36+00:00Added an answer on June 8, 2026 at 8:08 pm

    $username does refer to the environment variable username, but to use this in a mapping, you have to stick to the (somewhat unintuitive, but perfectly consistent) interpretation rules of Vim.

    The ct" mean change until double-quote, so what follows is in insert mode. To insert an environment variable (or any other Vim expression), use <C-R>=:

    nnoremap <leader>mt /<meta name="developer"<cr>f";;lct"<C-R>=$username<CR>
    

    This will evaluate the environment variable on each mapping invocation. (And stay in insert mode; append <Esc> to go back to normal mode!) Alternatively, you could also bake the value into the mapping itself:

    execute 'nnoremap <leader>mt /<meta name="developer"<cr>f";;lct"' . $username
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There have been multiple questions regarding this topic but I have never really settled
There's a Rails 3.2.3 web application which doesn't use any database. But in spite
There are nice SO question and answers about this issue, but these options didn't
There are several shading languages available today like GLSL, HLSL, CG, which one to
There is this strange situation I'm fighting on. I have 3 pages, les call
This could be a duplicate question, but I have no idea what search terms
There are plenty of questions and answers to this like this question but I
There is a properly formatted text in Html textarea which looks like : As
There are numerous Agile software development methods. Which ones have you used in practice
There is a moment in my app, that I need to force to show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.