2011-12-12 18:21:42 -08:00
|
|
|
" This remaps easymotion to show us only the left
|
|
|
|
" hand home row keys as navigation options which
|
|
|
|
" may mean more typing to get to a particular spot
|
|
|
|
" but it'll all be isolated to one area of the keyboard
|
|
|
|
call EasyMotion#InitOptions({
|
|
|
|
\ 'leader_key' : '<Leader><Leader>'
|
2012-05-15 08:50:32 -05:00
|
|
|
\ , 'keys' : 'fjdksewoavn'
|
2011-12-12 18:21:42 -08:00
|
|
|
\ , 'do_shade' : 1
|
|
|
|
\ , 'do_mapping' : 1
|
|
|
|
\ , 'grouping' : 1
|
|
|
|
\
|
2014-03-14 12:53:15 -05:00
|
|
|
\ , 'hl_group_target' : 'Type'
|
2014-03-07 12:02:50 -08:00
|
|
|
\ , 'hl_group_shade' : 'Comment'
|
2011-12-12 18:21:42 -08:00
|
|
|
\ })
|
2011-12-12 20:42:54 -08:00
|
|
|
|
2012-05-15 08:50:32 -05:00
|
|
|
nmap ,<ESC> ,,w
|
|
|
|
nmap ,<S-ESC> ,,b
|