all repos — nixfiles @ 7b5f46f461ec3f3622aad1c0601d655a9a852f19

System and user configuration, managed by nix and home-manager

fish: use reverse (prompt at top) layout for fzf
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 08:39:12 +0200
commit

7b5f46f461ec3f3622aad1c0601d655a9a852f19

parent

2c6001c7b7dcdac9d1d2003bb1851b880d4d6091

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/fish.nixuser/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 = {