feat: add more keybindings description
parent
36a8599fb3
commit
af0c5a01a1
|
|
@ -412,6 +412,7 @@ call plug#begin()
|
||||||
inoremap <silent> <A-t> <Esc><Cmd>exe v:count1 . "ToggleTerm"<CR>
|
inoremap <silent> <A-t> <Esc><Cmd>exe v:count1 . "ToggleTerm"<CR>
|
||||||
|
|
||||||
" Ctrl + \ + Ctrl + n - exit form terminal mode
|
" Ctrl + \ + Ctrl + n - exit form terminal mode
|
||||||
|
" a - terminal mode (when terminal pane is selected)
|
||||||
|
|
||||||
" vim-visual-multi - multiline editing shortcuts
|
" vim-visual-multi - multiline editing shortcuts
|
||||||
" https://github.com/mg979/vim-visual-multi/wiki/Quick-start
|
" https://github.com/mg979/vim-visual-multi/wiki/Quick-start
|
||||||
|
|
@ -434,6 +435,16 @@ call plug#begin()
|
||||||
|
|
||||||
" Additional shortcut stuff
|
" Additional shortcut stuff
|
||||||
|
|
||||||
|
" Hold Shift + RightMouseClick (and mouse move for text select) + Enter - copy from vim / nvim to shitty windows clipboard
|
||||||
|
" Ctrl + Shift + V - paste from windows clipboard
|
||||||
|
" y - copy from visual mode (after select text (from text editor &
|
||||||
|
" terminal also))
|
||||||
|
" d - cut --"--
|
||||||
|
" P - paste before cursor (normal mode or visual mode (when you want
|
||||||
|
" replace something)
|
||||||
|
" p - paste after cursor (normal mode or visual mode (when you want
|
||||||
|
" replace something)
|
||||||
|
|
||||||
" add some keybindings for - copy / paste / cut (visual mode)
|
" add some keybindings for - copy / paste / cut (visual mode)
|
||||||
" fix vim-visual-multi (select lines is throuble with Ctrl + n)
|
" fix vim-visual-multi (select lines is throuble with Ctrl + n)
|
||||||
" repair Ctrl + v NvimTree Error (it working by ssh via CMD but it
|
" repair Ctrl + v NvimTree Error (it working by ssh via CMD but it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue