aboutsummaryrefslogtreecommitdiff
path: root/inc/rebinds.vim
blob: 65dfc0e514a2698c527746e4361471a92c8769bc (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> :Lex<CR>

" To enable/disable the autocomplete dropdown
nmap <leader> [ :AcpDisable<CR>
nmap <leader> ] :AcpEnable<CR>