update helix configs
This commit is contained in:
parent
cc4faf6058
commit
92768fa1ed
@ -1,15 +1,34 @@
|
|||||||
theme = "ayu_dark"
|
theme = "triston"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
true-color = true
|
true-color = true
|
||||||
mouse = false
|
mouse = false
|
||||||
rulers = [80]
|
gutters = ["diagnostics", "spacer", "diff"]
|
||||||
shell = ['fish', '-c']
|
shell = ['fish', '-c']
|
||||||
bufferline = "always"
|
bufferline = "always"
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[editor.statusline]
|
||||||
|
left=["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]
|
||||||
|
center=[]
|
||||||
|
right=["diagnostics", "selections", "register", "position", "file-encoding"]
|
||||||
|
separator="|"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
tab = [":buffer-next"]
|
tab = [":buffer-next"]
|
||||||
S-tab = [":buffer-previous"]
|
S-tab = [":buffer-previous"]
|
||||||
|
"{" = ["goto_prev_paragraph", "collapse_selection"]
|
||||||
|
"}" = ["goto_next_paragraph", "collapse_selection"]
|
||||||
|
G = "goto_file_end"
|
||||||
|
esc = ["collapse_selection", "keep_primary_selection"]
|
||||||
|
|
||||||
|
[keys.insert]
|
||||||
|
esc = ["collapse_selection", "normal_mode"]
|
||||||
|
|
||||||
|
[keys.select]
|
||||||
|
"{" = ["extend_to_line_bounds", "goto_prev_paragraph"]
|
||||||
|
"}" = ["extend_to_line_bounds", "goto_next_paragraph"]
|
||||||
|
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]
|
||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
x = [":buffer-close"]
|
x = [":buffer-close"]
|
||||||
|
2
.config/helix/themes/triston.toml
Normal file
2
.config/helix/themes/triston.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
inherits = "tokyonight"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user