aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/rebinds.vim3
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>