Skip to content

Instantly share code, notes, and snippets.

@guillermoap
Created August 12, 2023 00:39
Show Gist options
  • Save guillermoap/a3bc19a692ca2ef8cd79a4cc9a5b735c to your computer and use it in GitHub Desktop.
Save guillermoap/a3bc19a692ca2ef8cd79a4cc9a5b735c to your computer and use it in GitHub Desktop.
Helix config
theme = "monokai_pro_mine"
[editor]
line-number = "relative"
mouse = false
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.lsp]
display-inlay-hints = true
[editor.soft-wrap]
enable = true
[keys.normal]
"#" = "toggle_comments"
"esc" = [ "normal_mode", ":format" , ":write!" ] # For quick savin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment