From 694b5f9a8b129beb79dc692d858a7e42cd2d5f81 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 19 Jan 2014 14:10:37 -0500 Subject: [PATCH] fix #61: missing SneakStreakBackward --- plugin/sneak.vim | 1 + 1 file changed, 1 insertion(+) 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