Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Last active May 28, 2023 13:34
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 ugovaretto/9e649fbfa82b9bbbaad4806643816e66 to your computer and use it in GitHub Desktop.
Save ugovaretto/9e649fbfa82b9bbbaad4806643816e66 to your computer and use it in GitHub Desktop.
helix configuration
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