Created
February 9, 2023 04:01
-
-
Save nickleefly/890964a4ac713e69af19386fc45a95de to your computer and use it in GitHub Desktop.
config/helix/config.toml helix config
This file contains 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 = "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