fermeture de vimscode

This commit is contained in:
bastien 2023-05-23 17:28:58 +02:00
parent 27d93b6358
commit 7c57c511bf
2 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,7 @@ This short-cute are totally switchable in .vimrc.
"F7" Brings up a help site for vim and terminal
"F8" created a new vim tab
"F9" navigate between vim tabs
Double tap "F10" close vimscode
```
* Shortcut in visual mode, when you highlight a word, do a duckduckgo search, on press "g".

View File

@ -64,6 +64,10 @@ nmap <F7> :!elinks https://agreugr.eu<CR>
nmap <F8> :tabnew<CR>
nmap <F9> :tabnext<CR>
"Fermeture de vimscode
tnoremap <F10> <c-d>
nnoremap <F10> :NERDTreeToggle<cr> > :wq<cr>
"Raccourci plugin installer
nmap œ :PluginList<CR>