vim cursor operation

  1. v visual mode
  2. ve Visual selection mode, but not
  3. o Operator-pending
  4. i Insert
  5. r Replace mode (command mode, press r, enter a character replaces the character at the cursor)
  6. c normal mode command
  7. ci insert mode command
  8. Alternatively mode command cr
  9. Displaying the matched in insert mode sm
  10. wherein all modes a, [i] style [/ i] as follows:
  11. The height of the N percentage horN horizontal bar character
  12. N percentage verN vertical bar, character width
  13. block cursor blocks, cover the entire character
  14. Delay before start blinking cursor blinkwaitN
  15. Time cursor displayed blinkonN
  16. Time blinkoffN cursor is not shown, for example, the following command under conventional, command and insert mode, the cursor is set to 50% of a block corresponding to the current character width, and highlight the use ncvCursor Group:

Reference: https://www.wengbi.com/thread_72530_1.html

Guess you like

Origin www.cnblogs.com/144823836yj/p/11111369.html