summaryrefslogtreecommitdiff
path: root/ar/.local/bin/gpt
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-27 06:18:47 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-27 06:18:47 +0900
commitbf92e441f93563f90ea23a4c8ec37ddd56d504a8 (patch)
treec2d7d780e13074d6010441973c4d77400916dc1b /ar/.local/bin/gpt
parentded53c7b29a19bd174b90f2a0e5c0d5b221a3168 (diff)
modified plugins/keys.lua, modified bin/gpt
Diffstat (limited to 'ar/.local/bin/gpt')
-rwxr-xr-xar/.local/bin/gpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/gpt b/ar/.local/bin/gpt
index 15a9eeb..fb12148 100755
--- a/ar/.local/bin/gpt
+++ b/ar/.local/bin/gpt
@@ -18,7 +18,7 @@ echo "$input" >"$tmpfile"
# Process the input and open Neovim directly, ensuring it doesn't suspend
nvim -c "GpChatNew" \
-c "call append(line('$'), readfile('$tmpfile'))" \
- -c "normal iKeep your responses short and simple, when asked to provide command, provide only one. Do not provide explanations unless explicitly asked for. When you need to find out something about my system or the environment, rather than asking, provide a one-liner command I can execute and which output would give you the desired information, make sure to provide only one command per answer and wait for me to execute it. When providing commands that save files, make sure to use the /home/decoder/dev path. When providing commands or code always enclose them in tripple backticks with appropriate scope, bash, python etc." \
+ -c "normal iKeep your responses short and simple, when asked to provide command, provide only one. Do not provide explanations unless explicitly asked for. When you need to find out something about my system or the environment, rather than asking, provide a one-line command that I can execute and which output would give you the desired information, make sure to provide only one command per answer and wait for me to execute it. When providing commands that save files, make sure to use the /home/decoder/dev path. When providing commands or code always enclose them in tripple backticks with appropriate scope, bash, python etc." \
-c "normal 2o" \
-c "call timer_start(100, {-> feedkeys('A', 'n')})"