2020-02-10 10:56:29 +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
|
2020-11-02 17:32:19 +08:00
|
|
|
" accessible by middle fingers are available
|
2020-02-10 10:56:29 +08:00
|
|
|
let g:EasyMotion_keys='asdfjkoweriop'
|
|
|
|
nmap ,<ESC> ,,w
|
|
|
|
nmap ,<S-ESC> ,,b
|