fish: configure pisces to only pair at end of line
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:02:07 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/settings/fish.nix → user/settings/fish.nix
@@ -31,6 +31,7 @@ # don't bind ctrl-t, it does nice things on macOS/BSD set FZF_CTRL_T_COMMAND set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"' fzf_configure_bindings --directory=\cx\cf + set pisces_only_insert_at_eol 1 ''; shellAliases = { hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less";