diff options
Diffstat (limited to 'vim/.vim')
m--------- | vim/.vim/bundle/nerdtree | 0 | ||||
-rw-r--r-- | vim/.vim/memory.txt | 2 | ||||
-rw-r--r-- | vim/.vim/shortkeys.vim | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree new file mode 160000 +Subproject bf79e223aefe0665bcc62b5dcc4c2c23c6f23fc diff --git a/vim/.vim/memory.txt b/vim/.vim/memory.txt index 980e773..c6c9b48 100644 --- a/vim/.vim/memory.txt +++ b/vim/.vim/memory.txt @@ -8,7 +8,7 @@ <F6> : Nettoie le fichier <F7> : <F8> : - <F9> : + <F9> : Explorateur de fichiers <F10> : Afficher les lignes trop longues Onglets : diff --git a/vim/.vim/shortkeys.vim b/vim/.vim/shortkeys.vim index 38ea222..f693e2a 100644 --- a/vim/.vim/shortkeys.vim +++ b/vim/.vim/shortkeys.vim @@ -30,6 +30,10 @@ imap <F5> <Esc>:call DisplayChar()<CR> map <F6> <Esc>:call ClearCode()<CR> imap <F6> <Esc>:call ClearCode()<CR> +" Activation/DĂ©sactivation de la fenĂȘtre d'exploration des fichiers +map <F9> <Esc>:NERDTreeToggle<CR> +imap <F9> <Esc>:NERDTreeToggle<CR> + " Affichage des lignes trop longues map <F10> <Esc>:call HlTooLarge()<CR> imap <F10> <Esc>:call HlTooLarge()<CR> |