aboutsummaryrefslogtreecommitdiff
path: root/inc/rebinds.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-02-09 12:43:15 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-02-09 12:43:15 -0500
commit60dd105e610bab7cf0bc709114539436722a3add (patch)
tree1f2fc5771f0282ce7f0a8a8212e8163f80ecf06c /inc/rebinds.vim
parentd8bfb4b9fde510af9b3d06b2474c42cc432d1002 (diff)
downloadvim-cfg-60dd105e610bab7cf0bc709114539436722a3add.tar.gz
vim-cfg-60dd105e610bab7cf0bc709114539436722a3add.tar.xz
Add back Nerdtree. Enable line numers and syntax.
Set theme if GUI is running.
Diffstat (limited to 'inc/rebinds.vim')
-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>