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
reloadactionindextiebreak--tmuxoption- Neovim cursorline like highlighting with
--highlight-line(added with fzf v0.53) is available usingsk --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
--infotypes 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(...)
Source: skim-rs/skim