Last active
May 19, 2026 09:27
-
-
Save malikbenkirane/783215fe796751752593283a266355ab to your computer and use it in GitHub Desktop.
Helix Editor config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # theme = "aura-dark" | |
| # theme = "catppuccin_frappe" | |
| theme = "wolf-alabaster-light-bg" | |
| # theme = "kanagawa" | |
| # theme = "base16_transparent" | |
| # theme = "tokyonight" | |
| # theme = "adwaita-light" | |
| # theme = "adwaita-dark" | |
| # theme = "boo_berry" | |
| [editor] | |
| cursorline = true | |
| line-number = "relative" | |
| [editor.lsp] | |
| display-inlay-hints = true | |
| # [editor.soft-wrap] | |
| # enable = true | |
| [keys.normal."-"] | |
| ";" = '@<A-;>' | |
| "o" = '@<A-o>' | |
| "i" = '@<A-i>' | |
| "n" = '@<A-n>' | |
| "p" = '@<A-p>' | |
| "a" = '@<A-a>' | |
| "e" = '@<A-e>' | |
| "b" = '@<A-b>' | |
| "I" = '@<A-I>' | |
| "." = '@<A-.>' | |
| [keys.select."-"] | |
| ";" = '@<A-;>' | |
| "o" = '@<A-o>' | |
| "i" = '@<A-i>' | |
| "n" = '@<A-n>' | |
| "p" = '@<A-p>' | |
| "a" = '@<A-a>' | |
| "e" = '@<A-e>' | |
| "b" = '@<A-b>' | |
| "I" = '@<A-I>' | |
| "." = '@<A-.>' | |
| [keys.normal."+".m] | |
| "-" = '@xyps.<ret>r-,;gl' | |
| "=" = '@xyps.<ret>r=,;gl' | |
| "`" = '@<C-s>i<ret><esc>vkms`ms`ms`' | |
| m = '@|snippi -template ~/dev/sensible/snippi/templates/markdown_code_block.gotmpl -lang ' | |
| p = """ | |
| @[ k | |
| ipandoc -t html <C-r>% | snippi -template ~/dev/sensible/snippi/templates/markdown_html_body.gotmpl -horizontal_padding 2 -vertical_padding 3.2 <gt> /tmp/md.html<esc> | |
| x|sh<ret>:sh open /tmp/md.html<ret> | |
| """ | |
| t = '@:sh mdtoc -i <C-r>%<ret>' | |
| [keys.normal."+"] | |
| g = '@<C-s>yp[ |GoGroq -stdin -stdout -key-env<ret>[ ' | |
| x = '@<C-s>yp|bash<ret>i<ret><esc><C-s>' | |
| r = ':reflow' | |
| [keys.select."+"] | |
| g = '@<C-s>yp[ |GoGroq -stdin -stdout -key-env<ret>[ ' | |
| x = '@yp|sh<ret>i<ret><esc><C-s>' | |
| r = ':reflow' | |
| [keys.normal."+".s] | |
| d = '@|snippi -template ~/dev/sensible/snippi/templates/jj_describe.gotmpl<ret>' | |
| c = '@|snippi -template ~/dev/sensible/snippi/templates/rephrase_commit.gotmpl<ret>' | |
| i = '@|snippi -template ~/dev/sensible/snippi/templates/short_issue.gotmpl<ret>' | |
| r = '@<C-s>ypi<ret><esc>|snippi -template ~/dev/sensible/snippi/templates/rephrase.gotmpl<ret>|GoGroq -stdin -stdout -key-env<ret>' | |
| [keys.normal."+".s.p] | |
| r = '@|snippi -template ~/dev/sensible/snippi/templates/pull_request.gotmpl<ret>' | |
| # languages.toml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment