diff options
-rw-r--r-- | user/settings/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |