diff options
Diffstat (limited to 'inc/rebinds.vim')
| -rw-r--r-- | inc/rebinds.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/rebinds.vim b/inc/rebinds.vim index 65dfc0e..fb14324 100644 --- a/inc/rebinds.vim +++ b/inc/rebinds.vim @@ -4,7 +4,8 @@ inoremap <Right> <NOP> inoremap <Up> <NOP> inoremap <Down> <NOP> -map <C-n> :Lex<CR> +" map <C-n> :Lex<CR> +map <C-n> :NERDTreeToggle<CR> " To enable/disable the autocomplete dropdown nmap <leader> [ :AcpDisable<CR> |
