Helix and lf config files.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user