fish: use reverse (prompt at top) layout for fzf
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 08:39:12 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/settings/fish.nix → user/settings/fish.nix
@@ -26,7 +26,7 @@ interactiveShellInit = '' bind \es __ghq_repository_search # don't bind ctrl-t, it does nice things on macOS/BSD set FZF_CTRL_T_COMMAND - set --export FZF_DEFAULT_OPTS '--cycle --layout=default --border --height=90% --preview-window=wrap --marker="*"' + set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"' fzf_configure_bindings --directory=\cx\cf ''; shellAliases = {