fermeture de vimscode
This commit is contained in:
parent
27d93b6358
commit
7c57c511bf
|
@ -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".
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue