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 7827451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:52:54+00:00 2026-06-02T09:52:54+00:00

What does nore mean when mapping keys in vim? For example, what is the

  • 0

What does nore mean when mapping keys in vim? For example, what is the difference between these two mappings?

:map ddd ddjdd

and

:noremap ddd ddjdd
  • 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-02T09:52:55+00:00Added an answer on June 2, 2026 at 9:52 am

    It means the mapping is no n – re cursive.

    To illustrate,

    :nmap x dd
    

    say you map x in normal mode to dd (delete line), to save up some time in well, deleting lines. Everything works fine, until you need the x (delete character) in some other mapping to delete two characters,

    :nmap c xx
    

    because now the upper mapping is really

    :nmap c dddd
    

    i.e. will delete two lines.

    So, to preserve the “original” mappings (vim keys), you do it the non-recursive way,

    :nnoremap x dd
    :nnoremap c xx
    

    and everything works (the mappings do not … ah, you get the idea) …

    It is generally a good practice to do all your mapping with “nore”, because you never know what plugins may be relying on what, and what vim behaviour you’re breaking with “ordinary” mappings.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have an example of a stored procedure which makes a connection to
Does anyone know of a way to get vim to wrap long lines of
Does margin:5px 0; mean margin:5px 0 0 0; or margin:5px 0 5px 0; ?
Does anybody know about differences in the drag-and-drop behavior between JDK1.6 and JDK1.7 ?
Does anyone have a working, step-by-step example of how to implement IEnumerable and IEnumerator
Does anyone know the function of the command vmware-vim-cmd vimsvc/connect (vimid). I thought that
Does the Date object in Javascript ever use a non-Gregorian calendar? The MDN and
Does it possible to access microphone or Webcam using Visual Basic Scripting ? i
Does the front buffer pointer now points to the back buffer?Or the front buffer
does anyone know if iOS Simulator (that goes with XCode) support any kind of

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.