1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: fixes & changes, added configs for aider and aichat

This commit is contained in:
xnm
2025-01-26 22:15:11 +02:00
parent 5b4eb9395c
commit 6d90c4c307
14 changed files with 171 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
function aichat_fish
set -l _old (commandline)
if test -n $_old
echo -n "⌛"
commandline -f repaint
commandline (aichat -e $_old)
end
end

View File

@@ -21,4 +21,6 @@ function fish_user_key_bindings
bind \eb back-op -M insert
bind \eB backtrack-op -M insert
bind \e/ list-op -M insert
bind \ea aichat_fish -M insert
end