summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 21:02:07 +0200
committerAlan Pearce2024-04-29 21:02:07 +0200
commit723851f23fef1cbe5be8db59ad0f19bc0684b05b (patch)
treea4c350315e725bc547b910b777028bca793741fa /user
parent136fcdc7046b992a5f36418a86fcfc54b3306702 (diff)
downloadnixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.tar.lz
nixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.tar.zst
nixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.zip
fish: configure pisces to only pair at end of line
Diffstat (limited to 'user')
-rw-r--r--user/settings/fish.nix1
1 files changed, 1 insertions, 0 deletions
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";