#628·skim

Current state of compatibility with FZF's features

Author: LoricAndreCreated Nov 27, 2024Updated Jul 21, 2026

This issue tracks the compatibility of sk with fzf's options. Please comment with any missing discrepancy that you notice.

Note: even though we aim for roughly the same feature set as fzf, we do allow ourselves to implement the features differently from them.

WIP

Planned

Done

  • reload action
  • index tiebreak
  • --tmux option
  • Neovim cursorline like highlighting with --highlight-line (added with fzf v0.53) is available using sk --color 'matched_bg=#ffffff' or your preffered hex code.
  • first and last actions (move to first and last line of results respectively)
  • Case sensitive alt-shift binds , e.g. --bind=alt-g:first,alt-G:last
  • scroll bar option (main fzf window)
  • Missing --info types right, etc.
  • Missing actions bind|unbind to be able to rebind keys dynamically
  • Missing event trigger binds such as load|start, eg.. --bind=load:reload(...)