Last active
May 28, 2023 13:34
-
-
Save ugovaretto/9e649fbfa82b9bbbaad4806643816e66 to your computer and use it in GitHub Desktop.
helix configuration
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 = "tokyonight" | |
[editor] | |
line-number = "relative" | |
mouse = false | |
bufferline = "multiple" | |
rulers = [80] | |
[editor.statusline] | |
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding", "file-line-ending", "file-type"] | |
[editor.cursor-shape] | |
insert = "bar" | |
normal = "block" | |
select = "underline" | |
[editor.file-picker] | |
hidden = false | |
[keys.normal] | |
C-e = "goto_line_end_newline" | |
C-a = "goto_line_start" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment