2011-12-13 10: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 21:50:32 +08:00
|
|
|
\ , 'keys' : 'fjdksewoavn'
|
2011-12-13 10:21:42 +08:00
|
|
|
\ , 'do_shade' : 1
|
|
|
|
\ , 'do_mapping' : 1
|
|
|
|
\ , 'grouping' : 1
|
|
|
|
\
|
2014-03-15 01:53:15 +08:00
|
|
|
\ , 'hl_group_target' : 'Type'
|
2014-03-08 04:02:50 +08:00
|
|
|
\ , 'hl_group_shade' : 'Comment'
|
2011-12-13 10:21:42 +08:00
|
|
|
\ })
|
2011-12-13 12:42:54 +08:00
|
|
|
|
2012-05-15 21:50:32 +08:00
|
|
|
nmap ,<ESC> ,,w
|
|
|
|
nmap ,<S-ESC> ,,b
|