2014-06-17 11:30:57 -05: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 08:50:32 -05:00
|
|
|
nmap ,<ESC> ,,w
|
|
|
|
nmap ,<S-ESC> ,,b
|