aboutsummaryrefslogtreecommitdiff
path: root/inc/rebinds.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-09-21 12:44:34 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-09-21 12:44:34 -0400
commit709accc8e4f6dc3c21fc9b55e9fcc31559c68472 (patch)
tree924f41bd3047921da27a999026a1be0f7b35b5ea /inc/rebinds.vim
parent314989ba7e969d353aa3a96454b03c2f5ff6511b (diff)
downloadvim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.gz
vim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.xz
Re-arrange the vim configuration
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>