correction bug terminal
This commit is contained in:
parent
11e742bbac
commit
eb64bac212
16
vimrc-conf
16
vimrc-conf
|
@ -41,27 +41,28 @@ colorscheme space-vim-dark
|
|||
let g:polyglot_enabled = ['sh', 'git', 'blade','scss','html5']
|
||||
|
||||
"Raccourcis Note
|
||||
nmap <F4> :call DevNotes()<CR>
|
||||
nmap <F2> :call DevNotes()<CR>
|
||||
|
||||
"Raccourcis NerdTree
|
||||
nnoremap <F3> :NERDTreeFocus<CR>
|
||||
nnoremap <F3> :NERDTreeToggle<CR>
|
||||
|
||||
"Raccourcis historique
|
||||
nnoremap <F5> :UndotreeToggle<CR>
|
||||
nnoremap <F4> :UndotreeToggle<CR>
|
||||
|
||||
"Raccourcis terminale
|
||||
nmap <F6> :bot term<CR>
|
||||
nnoremap <F5> :bot term<CR>
|
||||
tnoremap <F6> <c-w>N
|
||||
|
||||
"Raccourci vers une recherche duckduckgo
|
||||
vmap g :<C-U> !firefox "https://duckduckgo.com/?q=<cword>&t=newext&atb=v372-6&ia=web" >& /dev/null <CR><CR>
|
||||
|
||||
"Raccourci vers aide vim
|
||||
nmap <F9> :!elinks https://agreugr.eu<CR>
|
||||
nmap <F7> :!elinks https://agreugr.eu<CR>
|
||||
|
||||
"Raccourci onglet
|
||||
nmap <F7> :tabnew<CR>
|
||||
nmap <F8> :tabnext<CR>
|
||||
nmap <F8> :tabnew<CR>
|
||||
nmap <F9> :tabnext<CR>
|
||||
|
||||
"Raccourci plugin installer
|
||||
nmap œ :PluginList<CR>
|
||||
|
@ -70,3 +71,6 @@ nmap œ :PluginList<CR>
|
|||
|
||||
au VimEnter *.cpp :NERDTreeFocus
|
||||
au VimEnter *.cpp :bot term
|
||||
|
||||
au VimEnter *.ino :NERDTreeFocus
|
||||
au VimEnter *.ino :bot term
|
||||
|
|
Loading…
Reference in a new issue