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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:33:33+00:00 2026-05-13T00:33:33+00:00

Is there a way to map a sequence of keystrokes to a command-line commmand

  • 0

Is there a way to map a sequence of keystrokes to a command-line commmand (a command entered after : in the Ex mode) in vim?

  • 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-05-13T00:33:34+00:00Added an answer on May 13, 2026 at 12:33 am

    Yes, and it’s intuitively called :map

    Example:

    :map foo :echo "bar"<CR>
    

    No when in insert mode you press the keys foo vim will respond with “bar”.
    Type :help :map in vim for more information.
    You can place mappings you want to load by default in your .vimrc file.

    You can independently map keystrokes for different modes, such as insert mode (:imap) and visual mode (:vmap). See also vim help on the subject of remapping (:noremap)

    Update

    If you want to use an alias for command mode (but this can be done for insert mode too), you’ll want to use abbreviations.

    To define an abbreviation for command mode, use :ca (which is a shorthand for :cabbrev). See vim help :help :ca and for more info :help :abbreviations.

    Notice that unlike map, abbreviations are not replaced by vim commands but by literal characters. Abbreviations are triggered when you press space or enter.

    Examples:

    " let me type :syn=cpp instead of :set syntax=cpp
    "
    :ca syn set syntax
    
    " fix my favorite spelling error
    "
    :abbr teh the
    
    " this does something different than the :map example above
    "
    :iabb foo :echo "bar"<CR>
    
    " this is ugly, misusing an abbreviation as :map by simulating ESCAPE press
    "
    :iabb hello <ESC>:echo "world"<CR>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there any way to map 2 Models once in my application ( Mapper.CreateMap())
Heading Is there a way to map an arbitrary string to a HEX COLOR
Is there an easy way to map a directory in the web.xml or other
Is there a good way to map and ( select or delete_if ) at
Is there any way to get a map or other data structure of the
Is there any way to retrieve the address map file for ntdll.dll? I know
Is there a way to convert (wrap) a mutable Map to immutable in O(1)
Is there a simple way/module to map snmp(MIB) strings to OIDs in Perl? E.g.
Is there any way to add bouncy effect while adding marker on map in
Is there any way to get a localized response with jQuery UI Map V3?

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.