From ded53c7b29a19bd174b90f2a0e5c0d5b221a3168 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:14:16 +0900 Subject: modified bin/gpt --- ar/.local/bin/gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.local/bin/gpt b/ar/.local/bin/gpt index ecf0dac..15a9eeb 100755 --- a/ar/.local/bin/gpt +++ b/ar/.local/bin/gpt @@ -19,7 +19,7 @@ echo "$input" >"$tmpfile" 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 o" \ + -c "normal 2o" \ -c "call timer_start(100, {-> feedkeys('A', 'n')})" # Remove the temporary file after usage -- cgit v1.2.3