We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks the compatibility of sk with fzf's options. Please comment with any missing discrepancy that you notice.
sk
fzf
Note: even though we aim for roughly the same feature set as fzf, we do allow ourselves to implement the features differently from them.
--tmux
--bind=alt-g:first,alt-G:last
--highlight-line
--info
--info=inline
--inline-info
load|start|change
--bind=change:reload(...)
--print-query
--interactive
{q}
reload
index
The text was updated successfully, but these errors were encountered:
Would be nice to have --highlight-line, at least for compatibility with fzf. But this is better visibility too.
Sorry, something went wrong.
log: Support skim instead of fzf
120b63e
skim does not support --highlight-line. Perhaps, temporarily. Link: skim-rs/skim#628 Signed-off-by: Vitaly Chikunov <[email protected]>
0d7b08a
No branches or pull requests
This issue tracks the compatibility of
sk
withfzf
'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
--tmux
optionPlanned
--bind=alt-g:first,alt-G:last
--highlight-line
(added with fzf v0.53)--info
types, can't set--info=inline
, have to use--inline-info
instead, missing right, inline-right, hidden, etc.load|start|change
, eg..--bind=change:reload(...)
--print-query
returns nil when used with--interactive
(as it's probably returning the hidden query of the non-cmd mode){q}
works between fzf and skimDone
reload
actionindex
tiebreakThe text was updated successfully, but these errors were encountered: