summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-07 14:43:45 +0300
committerPaul Buetow <paul@buetow.org>2025-09-07 14:43:45 +0300
commita704b29c75847c926eb83a706602b66ec66f4fe1 (patch)
treed05abfe07c5fdeeda9f8c79715b23bbf78fb8849
parent9598f1247753b780989fda9694042afe7b556ae3 (diff)
update
-rw-r--r--dotfiles/helix/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index bc17b1f..0d96c3f 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -68,7 +68,7 @@ C-q = ":buffer-close"
# AI commands are good here.
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" }
# Will replace the above
-C-a = ":pipe hexai-action"
+C-a = ":pipe hexai-tmux-action"
# 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'" }