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