🚀 perf(tgpt): use multiline instead of interactive
This commit is contained in:
parent
1ec4b4d61c
commit
be99c89560
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
function gpt --wraps='tgpt -i' --description 'alias gpt=tgpt -i'
|
||||
tgpt -i $argv
|
||||
|
||||
tgpt $argv
|
||||
end
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -96,7 +96,7 @@ return {
|
|||
keys = {
|
||||
{
|
||||
"<leader>CT",
|
||||
"<cmd>FloatermNew --name=gpt --opener=edit --titleposition=center --width=0.85 --height=0.85 gpt<CR>",
|
||||
"<cmd>FloatermNew --name=gpt --opener=edit --titleposition=center --width=0.85 --height=0.85 gpt -m<CR>",
|
||||
desc = "Terminal GPT",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue