Skip to content

Instantly share code, notes, and snippets.

@pepe
Last active December 22, 2024 08:55
Show Gist options
  • Save pepe/79fc015b5fadb3ce84f3324bb1e1305e to your computer and use it in GitHub Desktop.
Save pepe/79fc015b5fadb3ce84f3324bb1e1305e to your computer and use it in GitHub Desktop.
helix config
theme = "dracula"
[editor]
line-number = "relative"
[keys.normal]
tab = "move_parent_node_end"
S-tab = "move_parent_node_start"
q = "move_prev_word_start"
Q = "move_prev_long_word_start"
[keys.select]
tab = "extend_parent_node_end"
q = "extend_prev_word_start"
Q = "extend_prev_long_word_start"
S-tab = "extend_parent_node_start"
[keys.normal.space]
w = ":w"
q = ":wq"
Q = ":q!"
g = ":sh start C:\\bin\\lazygit.exe"
n = ":sh start pwsh.exe"
"tab" = "goto_last_accessed_file"
[keys.normal."b"]
b = "buffer_picker"
c = ":buffer-close"
d = ":buffer-close"
w = ":w"
f = ":format"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment