Skip to content

Instantly share code, notes, and snippets.

@malikbenkirane
Last active March 12, 2026 14:27
Show Gist options
  • Select an option

  • Save malikbenkirane/783215fe796751752593283a266355ab to your computer and use it in GitHub Desktop.

Select an option

Save malikbenkirane/783215fe796751752593283a266355ab to your computer and use it in GitHub Desktop.
Helix Editor config
# theme = "modus_vivendi_tritanopia"
theme = "modus_operandi_tinted"
[editor]
cursorline = true
line-number = "relative"
[editor.lsp]
display-inlay-hints = true
# [editor.soft-wrap]
# enable = true
[keys.normal."+"]
m = '@|GoGroq -stdin -stdout -key-env<ret>'
x = '@yp|bash<ret>i<ret><esc><C-s>'
r = ':reflow'
"-" = '@xyps.<ret>r-,;gl'
"=" = '@xyps.<ret>r=,;gl'
[keys.normal."+"."s"]
d = '@:lang git-commit<ret>|snippi -template ~/dev/sensible/snippi/templates/jj_describe.gotmpl<ret>'
c = '@:lang git-commit<ret>|snippi -template ~/dev/sensible/snippi/templates/rephrase_commit.gotmpl<ret>'
[keys.select."+"]
m = '@|GoGroq -stdin -stdout -key-env<ret>'
x = '@yp|sh<ret>i<ret><esc><C-s>'
r = ':reflow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment