Skip to content

Instantly share code, notes, and snippets.

@geordee
Last active February 14, 2026 11:47
Show Gist options
  • Select an option

  • Save geordee/e5edba94245d1c51f5b0e8700467ea3f to your computer and use it in GitHub Desktop.

Select an option

Save geordee/e5edba94245d1c51f5b0e8700467ea3f to your computer and use it in GitHub Desktop.
Helix Configuration
theme = "catppuccin_macchiato"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
mouse = true
bufferline = "always"
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
[keys.normal]
C-p = "file_picker"
C-P = "buffer_picker"
C-g = "search_next"
C-G = "search_prev"
"C-/" = "toggle_comments"
"C-\\" = ":sh printf %%s %{buffer_name} | pbcopy"
[keys.insert]
C-s = ":w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment