Don't ignore arrow keys (it doesn't work properly anyway)

pull/2/head
Bodaniel Jeanes 2011-06-19 12:30:18 -05:00
parent e290e81d88
commit aa2ba2043b
1 changed files with 0 additions and 10 deletions

View File

@ -355,16 +355,6 @@ autocmd FileType clojure AutoCloseOff
map <Leader>z :ZoomWin<CR>
imap <Leader>z <Esc>:ZoomWin<CR>
" Disable arrow keys
nnoremap <up> <nop>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>
inoremap <up> <nop>
inoremap <down> <nop>
inoremap <left> <nop>
inoremap <right> <nop>
" Move around in insert mode
inoremap <C-h> <left>
inoremap <C-k> <up>