mirror of https://github.com/bjeanes/dotfiles.git
Fix directional key movements
parent
dca4982e07
commit
3d58629049
|
@ -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$', '\~$']
|
||||||
|
|
Loading…
Reference in New Issue