Skip to content

Instantly share code, notes, and snippets.

Created October 23, 2013 16:05
Show Gist options
  • Save anonymous/c11dbeb4d67f49eee326 to your computer and use it in GitHub Desktop.
Save anonymous/c11dbeb4d67f49eee326 to your computer and use it in GitHub Desktop.
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Oct 12 2013 22:20:34)
MacOS X (unix) version
Included patches: 1-52
Compiled by Homebrew
has("autocmd")=1
&magic=1
&buftype=
&virtualedit=
&ignorecase=1
&smartcase=1
&background=dark
v s * "_s
Last set from ~/.vimrc
x S <Plug>VSurround
o z * :<C-U>call sneak#to(v:operator, <SNR>66_getnchars(2, v:operator), v:count, 0, 0, [0,0])<CR>
x Z <Plug>VSneakBackward
o Z * :<C-U>call sneak#to(v:operator, <SNR>66_getnchars(2, v:operator), v:count, 0, 1, [0,0])<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment