diff --git a/.config/fish/functions/gpt.fish b/.config/fish/functions/gpt.fish index 3bfdd7f7..756bd3b7 100644 --- a/.config/fish/functions/gpt.fish +++ b/.config/fish/functions/gpt.fish @@ -1,4 +1,3 @@ function gpt --wraps='tgpt -i' --description 'alias gpt=tgpt -i' - tgpt -i $argv - + tgpt $argv end diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 99ef2563..f94adb73 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -17,7 +17,7 @@ command = "kitty --class scratchpad yazi" lazy = true [scratchpads.gpt] -command = "kitty --class scratchpad tgpt -i" +command = "kitty --class scratchpad tgpt -m" lazy = true [scratchpads.dots] diff --git a/.config/nvim/lua/plugins/extras/coding/ai/gpt.lua b/.config/nvim/lua/plugins/extras/coding/ai/gpt.lua index efe609bd..71ea64fc 100644 --- a/.config/nvim/lua/plugins/extras/coding/ai/gpt.lua +++ b/.config/nvim/lua/plugins/extras/coding/ai/gpt.lua @@ -96,7 +96,7 @@ return { keys = { { "CT", - "FloatermNew --name=gpt --opener=edit --titleposition=center --width=0.85 --height=0.85 gpt", + "FloatermNew --name=gpt --opener=edit --titleposition=center --width=0.85 --height=0.85 gpt -m", desc = "Terminal GPT", }, },