Skip to content

Instantly share code, notes, and snippets.

@nickleefly
Created February 9, 2023 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickleefly/890964a4ac713e69af19386fc45a95de to your computer and use it in GitHub Desktop.
Save nickleefly/890964a4ac713e69af19386fc45a95de to your computer and use it in GitHub Desktop.
config/helix/config.toml helix config
theme = "monokai_pro"
[editor]
line-number = "relative"
mouse = false
bufferline = "always"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[keys.normal]
C-o = ":open ~/.config/helix/config.toml"
esc = ["collapse_selection", "keep_primary_selection"]
[keys.normal.space]
w = ":write"
q = ":write-quit!"
o = ":open ~/.config/helix/config.toml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment