summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-25 22:51:23 +0300
committerPaul Buetow <paul@buetow.org>2025-04-25 22:51:23 +0300
commitb21360f95646f1d6d96eff0f9c3c5b51468836f9 (patch)
tree2bba8985e06bb4d09444638bbcf84cd6e95bea88
parenta98486eb80e15005bd4f57d4de62523c47683bcc (diff)
jo
-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 d5fcc0a..1803944 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -57,7 +57,7 @@ C-s = { e = ":set-option soft-wrap.enable true", d = ":set-option soft-wrap.enab
# Buffer stuff
C-q = ":buffer-close"
-# AI commands are good here.
+# AI commands (requires cargo install aichat)
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" }
# Git commands