Skip to content

Commit

Permalink
doc: coy mention of gs gS
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jul 2, 2015
1 parent ccdfb32 commit 251da16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/sneak.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ behavior of [count]f and [count]t.
Note: If your mapleader is |,| then Sneak maps |\| instead of |,|.
You can override this by specifying some other mapping, eg: >
nmap ? <Plug>SneakPrevious
nmap gS <Plug>SneakPrevious
<
*sneak-clever-s*
Similar to the clever-f[3] plugin, immediately after invoking Sneak, you can
Expand Down Expand Up @@ -513,12 +513,12 @@ your |vimrc|: >
<
Here are some examples: >
nmap <leader>s <Plug>Sneak_s
nmap <leader>S <Plug>Sneak_S
xmap <leader>s <Plug>Sneak_s
xmap <leader>S <Plug>Sneak_S
omap <leader>s <Plug>Sneak_s
omap <leader>S <Plug>Sneak_S
nmap gs <Plug>Sneak_s
nmap gS <Plug>Sneak_S
xmap gs <Plug>Sneak_s
xmap gS <Plug>Sneak_S
omap gs <Plug>Sneak_s
omap gS <Plug>Sneak_S
nmap <Space> <Plug>(SneakStreak)
Expand Down

0 comments on commit 251da16

Please sign in to comment.