diff options
author | Alan Pearce | 2024-04-29 21:02:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-29 21:02:07 +0200 |
commit | 723851f23fef1cbe5be8db59ad0f19bc0684b05b (patch) | |
tree | a4c350315e725bc547b910b777028bca793741fa /user/settings | |
parent | 136fcdc7046b992a5f36418a86fcfc54b3306702 (diff) | |
download | nixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.tar.lz nixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.tar.zst nixfiles-723851f23fef1cbe5be8db59ad0f19bc0684b05b.zip |
fish: configure pisces to only pair at end of line
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/fish.nix | 1 |
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"; |