19 lines
401 B
TOML
19 lines
401 B
TOML
theme = "gruvbox_dark_hard"
|
|
|
|
[editor]
|
|
true-color = true
|
|
|
|
[editor.indent-guides]
|
|
render = true
|
|
character = "▏"
|
|
skip-levels = 1
|
|
|
|
# command list here: https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs
|
|
[keys.normal]
|
|
esc = [ "collapse_selection", "keep_primary_selection" ]
|
|
X = "extend_line_above"
|
|
D = "kill_to_line_end"
|
|
|
|
[keys.normal.'space']
|
|
"p" = "goto_last_accessed_file"
|