Skip to content

v0.3.1

Compare
Choose a tag to compare
@lotabout lotabout released this 04 Dec 03:52
· 635 commits to master since this release

Support more options, and reserve several others. The purpose is to reuse
fzf.vim as much as possible.

  • --print0: use NUL(\0) as field separator for output.
  • --read0: read input delimited by NUL(\0) characters
  • --tabstop: allow customizing tabstop (default to 8).
  • --no-hscroll: disable hscroll on match.
  • reserve several other options, skim will do nothing on them instead of throwing errors.