fifc
fifc copied to clipboard
[Help] How do I disable the preview window in certain scenarios?
I am having trouble figuring out how to supress the preview window while:
- autocompleting commands (the man pages)
- autocompleting folders (ls of the fir)
@egirlcatnip Currently, due to a commit last week, tab will always start fifc for completion. I would recommend you to change the keybinding to, for example Ctrl+x, using
set -U fifc_keybinding \cx
I have removed this hardcoded usage of tab in https://github.com/gazorby/fifc/pull/49. If you want to try it:
fisher remove gazorby/fifc
fisher install ollehu/fifc
until the PR has been merged.