vim-sneak

The missing motion for Vim

MIT License

Stars
3.2K
Committers
27

Bot releases are visible (Hide)

vim-sneak - vim-sneak 1.10.0 Latest Release

Published by justinmk over 1 year ago

Changes

New Contributors

Full Changelog: https://github.com/justinmk/vim-sneak/compare/1.9...1.10.0

vim-sneak - vim-sneak 1.9

Published by justinmk about 4 years ago

vim-sneak - vim-sneak 1.8.1

Published by justinmk over 7 years ago

Bug fixes.

vim-sneak - vim-sneak 1.8

Published by justinmk over 7 years ago

Numerous fixes and improvements.

Breaking change: highlight groups were renamed.

vim-sneak - vim-sneak 1.7.4

Published by justinmk almost 10 years ago

  • Sneak_f and Sneak_t are now fully compliant with Vim's built-in f/t
    inclusive/exclusive behavior, including {op}vF and {op}vT (see :help inclusive). #121
  • Provide sneak#state() and expose rptreverse. #119
  • Do not add to jumplist on consecutive invocations. #88
  • g:sneak#prompt
  • multibyte (wide chars) highlighting. #27
vim-sneak - vim-sneak 1.7.3

Published by justinmk over 10 years ago

Changes:

  • "clever-s" (g:sneak#s_next) is now disabled by default

New features:

  • provide sneak#is_sneaking() function to allow flexible mappings, for example:
    nmap s sneak#is_sneaking() ? 'SneakNext' : 's'
  • provide (SneakStreak*) in visual-mode and operator-pending mode

Bug fixes:

  • don't highlight same buffer in other windows
  • more robust dot-repeat after streak-mode operation
vim-sneak - vim-sneak 1.7.2

Published by justinmk over 10 years ago

New features:

  • support for mbyte/lang keymaps
  • new option to disable "clever-s": g:sneak#s_next

New features for streak-mode:

  • intuitive, reliable support for operators
  • intuitive, reliable support for dot-repeat (requires repeat.vim)
  • handle ctrl-c like
  • allow S/Z/f/F/t/T in target labels
  • put 's' at the start of target_labels

Bug fixes:

  • handle operator-pending on ; , and [count]
  • indentLine compatibility / don't highlight concealed characters in other windows
  • fixed inclusive (f), exclusive (t) behavior
  • fixed (SneakStreak) mapping
  • handle very long wrapped lines
vim-sneak - vim-sneak 1.6.1

Published by justinmk over 10 years ago

add "clever-s" feature, similar to clever-f

vim-sneak - vim-sneak 1.6

Published by justinmk almost 11 years ago

several enhancements and fixes for streak-mode