How many modes does vim have? What is authority called?
PHP中文网
PHP中文网 2017-05-16 16:42:04
0
2
600

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

PHP中文网
PHP中文网

认证高级PHP讲师

reply all (2)
PHPzhong
insert mode normal mode visual mode command-line mode
    習慣沉默

    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-modesfor 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".

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!