all repos — nixfiles @ 723851f23fef1cbe5be8db59ad0f19bc0684b05b

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

fish: configure pisces to only pair at end of line
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:02:07 +0200
commit

723851f23fef1cbe5be8db59ad0f19bc0684b05b

parent

136fcdc7046b992a5f36418a86fcfc54b3306702

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

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