Last active
February 14, 2026 11:47
-
-
Save geordee/e5edba94245d1c51f5b0e8700467ea3f to your computer and use it in GitHub Desktop.
Helix Configuration
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 = "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