2014-06-18 00:30:57 +08:00
|
|
|
" 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'
|
2012-05-15 21:50:32 +08:00
|
|
|
nmap ,<ESC> ,,w
|
|
|
|
nmap ,<S-ESC> ,,b
|