Switch to lokaltog easymotion instead of skwp fork [Fix #447]

This commit is contained in:
Yan Pritzker 2014-06-17 11:30:57 -05:00
parent 0d6ba1139e
commit 1607fde096
2 changed files with 7 additions and 16 deletions

View File

@ -1,17 +1,8 @@
" 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>'
\ , 'keys' : 'fjdksewoavn'
\ , 'do_shade' : 1
\ , 'do_mapping' : 1
\ , 'grouping' : 1
\
\ , 'hl_group_target' : 'Type'
\ , 'hl_group_shade' : 'Comment'
\ })
" 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'
nmap ,<ESC> ,,w
nmap ,<S-ESC> ,,b

View File

@ -3,4 +3,4 @@ Bundle "rking/ag.vim"
Bundle "vim-scripts/IndexedSearch"
Bundle "nelstrom/vim-visual-star-search"
Bundle "skwp/greplace.vim"
Bundle "skwp/vim-easymotion"
Bundle "Lokaltog/vim-easymotion"