summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-25 20:05:41 +0300
committerPaul Buetow <paul@buetow.org>2025-04-25 20:05:41 +0300
commitb40cbb40eaafd104671bbf997cc69655f8d2865e (patch)
tree1c5be76d36a3d4a66b48738bc2bba54ec655e5ae
parent914af52d30e2b8518590a054170159dbeedb7411 (diff)
Update
-rw-r--r--dotfiles/helix/config.toml2
-rwxr-xr-xdotfiles/scripts/hx.nvim-copilot-prompt (renamed from dotfiles/scripts/copilot)0
2 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index d5fcc0a..1893b94 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -58,7 +58,7 @@ C-s = { e = ":set-option soft-wrap.enable true", d = ":set-option soft-wrap.enab
C-q = ":buffer-close"
# AI commands are good here.
-C-p = { c = ":pipe aichat correct this sentence and only print out the corrected text", r = ":pipe aichat restructure and reword the input and dont leave information out and only print out the new text", a = ":pipe aichat rewrite this in a more casual style", n = ":pipe aichat these are book notes of mine. correct the grammar and re-organize the notes. use bullet points for short information and whole paragraphs for longer one. the output must be in Gemini Gemtext format with the star * as the bullet point symbol and not the minus - . dont leave out any content.", p = ":pipe hx.aichat-prompt" }
+C-p = { c = ":pipe ai correct this sentence and only print out the corrected text", r = ":pipe ai restructure and reword the input and dont leave information out and only print out the new text", a = ":pipe ai rewrite this in a more casual style", n = ":pipe ai these are book notes of mine. correct the grammar and re-organize the notes. use bullet points for short information and whole paragraphs for longer one. the output must be in Gemini Gemtext format with the star * as the bullet point symbol and not the minus - . dont leave out any content.", p = ":pipe ai" }
# Git commands
C-g = { d = ":run-shell-command git diff", p = ":run-shell-command git pull", u = ":run-shell-command git push", t = ":run-shell-command tmux new-window -n hx-git-tig tig", c = ":run-shell-command tmux split-window -v 'git commit -a'" }
diff --git a/dotfiles/scripts/copilot b/dotfiles/scripts/hx.nvim-copilot-prompt
index dcb2837..dcb2837 100755
--- a/dotfiles/scripts/copilot
+++ b/dotfiles/scripts/hx.nvim-copilot-prompt