Add kp alias, improve Neovim keybinds, modify aisearch function

This commit is contained in:
mitchell 2025-04-18 03:33:32 -04:00
parent 38d5c4a29c
commit 33da7ca122
3 changed files with 32 additions and 10 deletions

View file

@ -1,4 +1,4 @@
function aisearch --wraps aichat
set -lx AICHAT_PATCH_GEMINI_CHAT_COMPLETIONS '{".*":{"body":{"tools":[{"google_search":{}}]}}}'
aichat -r search $argv
aichat -r search -s $argv
end