Skip to content

Commit

Permalink
fix #61: missing <Plug>SneakStreakBackward
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jan 19, 2014
1 parent 875f550 commit 694b5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/sneak.vim
Expand Up @@ -295,6 +295,7 @@ endif

nnoremap <silent> <Plug>SneakRepeat :<c-u>call <sid>repeat_last_op()<cr>
nnoremap <Plug>SneakStreak :<c-u>call sneak#to('', <sid>getnchars(2, ''), <sid>cnt(), 0, 0, [0,0], 2)<cr>
nnoremap <Plug>SneakStreakBackward :<c-u>call sneak#to('', <sid>getnchars(2, ''), <sid>cnt(), 0, 1, [0,0], 2)<cr>
if !hasmapto('<Plug>SneakForward') && mapcheck('s', 'n') ==# ''
nmap s <Plug>SneakForward
Expand Down

0 comments on commit 694b5f9

Please sign in to comment.