aboutsummaryrefslogtreecommitdiff
path: root/inc/rebinds.vim
blob: 4debb5145cbd72d5fc79731eb11677e494ced6fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>