9 lines
338 B
VimL
9 lines
338 B
VimL
|
" These keys are easier to type than the default set
|
||
|
" We exclude semicolon because it's hard to read and
|
||
|
" i and l are too easy to mistake for each other slowing
|
||
|
" down recognition. The home keys and the immediate keys
|
||
|
" accessible by middle fingers are available
|
||
|
let g:EasyMotion_keys='asdfjkoweriop'
|
||
|
nmap ,<ESC> ,,w
|
||
|
nmap ,<S-ESC> ,,b
|