From 723851f23fef1cbe5be8db59ad0f19bc0684b05b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 21:02:07 +0200 Subject: fish: configure pisces to only pair at end of line --- user/settings/fish.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/fish.nix') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 0101178c..b9ecd141 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -31,6 +31,7 @@ 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"; -- cgit 1.4.1