Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Created May 26, 2023 14:58
Show Gist options
  • Save matthewjberger/e29ac22ed3805c7fca3e54dde18bb925 to your computer and use it in GitHub Desktop.
Save matthewjberger/e29ac22ed3805c7fca3e54dde18bb925 to your computer and use it in GitHub Desktop.
Helix config
theme = "gruvbox_dark_hard"
[editor]
line-number = "relative"
true-color = true
cursorline = true
gutters = ["diagnostics", "spacer", "line-numbers", "spacer", "diff"]
[keys.normal."space"]
s = ":write-all"
S = "symbol_picker"
W = "workspace_symbol_picker"
[keys.insert]
j = { k = "normal_mode" }
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment