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 set linespace=2
" Nicer text navigation " Nicer text navigation
imap j gj nmap j gj
imap h gh nmap k gk
imap l gl
imap k gk
" NERDTree configuration " NERDTree configuration
let NERDTreeIgnore = ['\.rbc$', '\~$'] let NERDTreeIgnore = ['\.rbc$', '\~$']