diff --git a/plugin/sneak.vim b/plugin/sneak.vim index e710b25..b142fe3 100644 --- a/plugin/sneak.vim +++ b/plugin/sneak.vim @@ -295,6 +295,7 @@ endif nnoremap SneakRepeat :call repeat_last_op() nnoremap SneakStreak :call sneak#to('', getnchars(2, ''), cnt(), 0, 0, [0,0], 2) +nnoremap SneakStreakBackward :call sneak#to('', getnchars(2, ''), cnt(), 0, 1, [0,0], 2) if !hasmapto('SneakForward') && mapcheck('s', 'n') ==# '' nmap s SneakForward