Fix directional key movements

pull/2/head
Bodaniel Jeanes 2011-07-11 15:35:24 -05:00
parent dca4982e07
commit 3d58629049
1 changed files with 2 additions and 4 deletions

View File

@ -61,10 +61,8 @@ set laststatus=2
set linespace=2
" Nicer text navigation
imap j gj
imap h gh
imap l gl
imap k gk
nmap j gj
nmap k gk
" NERDTree configuration
let NERDTreeIgnore = ['\.rbc$', '\~$']