From eb64bac2129eefee32db00b01853ca98586fb80c Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 9 May 2023 11:25:26 +0200 Subject: [PATCH] correction bug terminal --- vimrc-conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/vimrc-conf b/vimrc-conf index 71f9a1b..115d8f3 100644 --- a/vimrc-conf +++ b/vimrc-conf @@ -41,27 +41,28 @@ colorscheme space-vim-dark let g:polyglot_enabled = ['sh', 'git', 'blade','scss','html5'] "Raccourcis Note -nmap :call DevNotes() +nmap :call DevNotes() "Raccourcis NerdTree nnoremap :NERDTreeFocus nnoremap :NERDTreeToggle "Raccourcis historique -nnoremap :UndotreeToggle +nnoremap :UndotreeToggle "Raccourcis terminale -nmap :bot term +nnoremap :bot term +tnoremap N "Raccourci vers une recherche duckduckgo vmap g : !firefox "https://duckduckgo.com/?q=&t=newext&atb=v372-6&ia=web" >& /dev/null "Raccourci vers aide vim -nmap :!elinks https://agreugr.eu +nmap :!elinks https://agreugr.eu "Raccourci onglet -nmap :tabnew -nmap :tabnext +nmap :tabnew +nmap :tabnext "Raccourci plugin installer nmap œ :PluginList @@ -70,3 +71,6 @@ nmap œ :PluginList au VimEnter *.cpp :NERDTreeFocus au VimEnter *.cpp :bot term + +au VimEnter *.ino :NERDTreeFocus +au VimEnter *.ino :bot term