feat: add more information about vim-visual-multi keybindings
parent
d325f59b93
commit
36a8599fb3
|
|
@ -419,8 +419,10 @@ call plug#begin()
|
||||||
" ESC - exit mode
|
" ESC - exit mode
|
||||||
" Ctrl + n - select the word under cursor
|
" Ctrl + n - select the word under cursor
|
||||||
" Ctrl + n - from visual mode, without word boundaries
|
" Ctrl + n - from visual mode, without word boundaries
|
||||||
" Ctrl + Down - create cursors vertically down
|
" Ctrl + Down - create cursors vertically down (works on normal mode only)
|
||||||
" Ctrl + Up - create cursors vertically up
|
" Ctrl + Up - create cursors vertically up (works on normal mode only)
|
||||||
|
" Q - remove region (cusrsor) (works on normal mode only)
|
||||||
|
" n / N / q - Next / Previous / Skip (works on normal mode only)
|
||||||
" \\A - select all occurences of word
|
" \\A - select all occurences of word
|
||||||
" \\/ - create section with regex search
|
" \\/ - create section with regex search
|
||||||
" \\\ - add single cursor at current position
|
" \\\ - add single cursor at current position
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue