feat: fix binding doc for nvim tree

master
TBS093A 2023-04-28 17:33:26 +02:00
parent afc8eb2a77
commit 5b69c226f4
1 changed files with 6 additions and 1 deletions

View File

@ -337,7 +337,7 @@ call plug#begin()
" Ctrl + t - open file in new tab that can be managed separately from the other buffers present " Ctrl + t - open file in new tab that can be managed separately from the other buffers present
" Ctrl + v - to open the file in the buffer by dividing it vertically into two parts, " Ctrl + v - to open the file in the buffer by dividing it vertically into two parts,
" if there was already an open file this will be displayed side by side with the new file " if there was already an open file this will be displayed side by side with the new file
" Ctrl + h - to open the file like the command described above but dividing the buffer horizontally " Ctrl + x - to open the file like the command described above but dividing the buffer horizontally
" BarBar shortcuts " BarBar shortcuts
" https://github.com/romgrk/barbar.nvim " https://github.com/romgrk/barbar.nvim
@ -430,6 +430,11 @@ call plug#begin()
" Ctrl + RightMouse - select a word where clicked " Ctrl + RightMouse - select a word where clicked
" Alt + Ctrl + RightMouse - create column, from current cursot to clicekd position " Alt + Ctrl + RightMouse - create column, from current cursot to clicekd position
" Additional shortcut stuff
" add some keybindings for - copy / paste / cut (visual mode)
" fix vim-visual-multi (select lines is throuble with Ctrl + n)
" Initialize plugin system " Initialize plugin system
" - Automatically executes `filetype plugin indent on` and `syntax enable`. " - Automatically executes `filetype plugin indent on` and `syntax enable`.
call plug#end() call plug#end()