Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Last active April 22, 2025 21:12
Show Gist options
  • Save VisualBean/505bd73ffd2836aaa3e642f0ccdc9b16 to your computer and use it in GitHub Desktop.
Save VisualBean/505bd73ffd2836aaa3e642f0ccdc9b16 to your computer and use it in GitHub Desktop.
my helix config
theme = "catppuccin_frappe"
[editor]
bufferline = "multiple"
cursorline = true
line-number = "absolute"
true-color = true
end-of-line-diagnostics = "hint"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
character = "╎"
render = true
display-messages = true
[editor.statusline]
left = ["mode", "spinner", "version-control"]
center = ["file-name", "file-modification-indicator"]
[editor.inline-diagnostics]
cursor-line = "warning"
[editor.file-picker]
hidden = false
git-global = false
[keys.normal]
A-x = "extend_to_line_bounds"
X = "select_line_above"
J = "page_down"
K = "page_up"
C-j = "jump_view_down"
C-k = "jump_view_up"
C-h = "jump_view_left"
C-l = "jump_view_right"
y = "yank_joined_to_clipboard"
z = "move_next_word_start"
esc = ["collapse_selection", "keep_primary_selection", ":w"]
[keys.normal.space]
"," = ["goto_line_end", ":append-output echo ','" ]
";" = ["goto_line_end", ":append-output echo ';'" ]
[keys.select]
A-x = "extend_to_line_bounds"
X = "select_line_above"
y = "yank_joined_to_clipboard"
esc = ["collapse_selection", "normal_mode"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment