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 " These keys are easier to type than the default set
" hand home row keys as navigation options which " We exclude semicolon because it's hard to read and
" may mean more typing to get to a particular spot " i and l are too easy to mistake for each other slowing
" but it'll all be isolated to one area of the keyboard " down recognition. The home keys and the immediate keys
call EasyMotion#InitOptions({ " accessible by middle fingers are available
\ 'leader_key' : '<Leader><Leader>' let g:EasyMotion_keys='asdfjkoweriop'
\ , 'keys' : 'fjdksewoavn'
\ , 'do_shade' : 1
\ , 'do_mapping' : 1
\ , 'grouping' : 1
\
\ , 'hl_group_target' : 'Type'
\ , 'hl_group_shade' : 'Comment'
\ })
nmap ,<ESC> ,,w nmap ,<ESC> ,,w
nmap ,<S-ESC> ,,b nmap ,<S-ESC> ,,b

View File

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