diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-20 23:12:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-20 23:12:00 +0300 |
| commit | fc400daa7173df4596aed1eadbcea37d2c8daf26 (patch) | |
| tree | 53e21abf736205027789cf51aff5cf2811add8f8 | |
| parent | b9b2a9fd737794ae900b014ad32fc587c3f1d405 (diff) | |
u
| -rw-r--r-- | dotfiles/helix/config.toml | 5 | ||||
| -rwxr-xr-x | dotfiles/scripts/hx.aichat-prompt | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 9b118c4..536c7c4 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -1,4 +1,4 @@ -theme = "default" +theme = "github_dark_high_contrast" [editor] bufferline = "always" @@ -40,6 +40,9 @@ newline = "none" [keys.normal] D = ["ensure_selections_forward", "extend_to_line_end"] S = ["ensure_selections_forward", "extend_to_line_start"] +0 = ["select_mode", "extend_to_file_start"] +G = ["ensure_selections_forward", "extend_to_file_end"] +"^" = ["move_prev_word_start", "move_next_word_end", "search_selection", "global_search"] "ret" = "goto_word" C-c = "yank_main_selection_to_clipboard" diff --git a/dotfiles/scripts/hx.aichat-prompt b/dotfiles/scripts/hx.aichat-prompt index 0ccd41b..72848ed 100755 --- a/dotfiles/scripts/hx.aichat-prompt +++ b/dotfiles/scripts/hx.aichat-prompt @@ -1,3 +1,3 @@ #!/usr/bin/env zsh -aichat "$(hx.prompt). Answer only. If it is code, code only without code-block at the beginning and the end." +aichat "$(hx.prompt). $@ Answer only. If it is code, code only without code-block at the beginning and the end." |
