Convenience changes to Helix

This commit is contained in:
Skylar Hill 2023-12-05 15:22:58 -06:00
parent 0d2c065e52
commit a8119b0562
1 changed files with 27 additions and 0 deletions

View File

@ -1,2 +1,29 @@
theme = "catppuccin_mocha"
[editor]
color-modes = true
cursorline = true
[editor.indent-guides]
character = "|"
renter = true
[editor.lsp]
auto-signature-help = false
display-messages = true
[editor.statusline]
left = ["mode", "spinner", "version-control", "file-name"]
[keys.normal]
"A-," = "goto_previous_buffer"
"A-." = "goto_next_buffer"
"A-w" = ":buffer-close"
"A-/" = "repeat_last_motion"
"A-x" = "extend_to_line_bounds"
"X" = ["extend_line_up", "extend_to_line_bounds"]
[keys.select]
"A-x" = "extend_to_line_bounds"
"X" = ["extend_line_up", "extend_to_line_bounds"]