From 7b5f46f461ec3f3622aad1c0601d655a9a852f19 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2024 08:39:12 +0200 Subject: fish: use reverse (prompt at top) layout for fzf --- user/settings/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 9655ed1e..bcf6103b 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -26,7 +26,7 @@ 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 = { -- cgit 1.4.1