aboutsummaryrefslogtreecommitdiff
path: root/inc/rebinds.vim
diff options
context:
space:
mode:
Diffstat (limited to 'inc/rebinds.vim')
-rw-r--r--inc/rebinds.vim12
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/rebinds.vim b/inc/rebinds.vim
new file mode 100644
index 0000000..4debb51
--- /dev/null
+++ b/inc/rebinds.vim
@@ -0,0 +1,12 @@
+" Keep the newbs from using arrow keys
+inoremap <Left> <NOP>
+inoremap <Right> <NOP>
+inoremap <Up> <NOP>
+inoremap <Down> <NOP>
+
+map <C-n> :NERDTreeToggle<CR>
+
+" To enable/disable the autocomplete dropdown
+nmap <leader> [ :AcpDisable<CR>
+nmap <leader> ] :AcpEnable<CR>
+