Created
May 26, 2023 14:58
-
-
Save matthewjberger/e29ac22ed3805c7fca3e54dde18bb925 to your computer and use it in GitHub Desktop.
Helix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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