Home  >  Q&A  >  body text

How many modes does vim have? What is authority called?

The issue of vim mode is quite confusing on the internet, so I’ll ask here and laugh at it~

PHP中文网PHP中文网2713 days ago633

reply all(2)I'll reply

  • PHPz

    PHPz2017-05-16 16:44:04

    insert mode  
    
    normal mode
    
    visual mode
    
    command-line mode
    

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-16 16:44:04

    The following is only for Vim, not for vi. 12 species in total. The six basic modes are as follows:

    • Normal Mode
    • Visual Mode
    • Select mode
    • Insert Mode
    • Command line mode
    • ex mode

    See :help vim-modes for details.

    Remember that in vi, the function similar to Vim's normal mode is called "command mode", the function similar to Vim's command line mode is called "last line mode", and the function similar to Vim's insert mode is called "edit mode".

    reply
    0
  • Cancelreply