mirror of
https://codeberg.org/Mo8it/server_dotfiles.git
synced 2024-12-04 23:50:31 +00:00
Update Helix config
This commit is contained in:
parent
b6bd272e84
commit
050d49340b
1 changed files with 7 additions and 3 deletions
|
@ -1,21 +1,26 @@
|
|||
theme = "onedark"
|
||||
theme = "dracula"
|
||||
|
||||
[editor]
|
||||
mouse = false
|
||||
shell = ["fish", "-c"]
|
||||
cursorline = true
|
||||
idle-timeout = 5
|
||||
true-color = true
|
||||
bufferline = "multiple"
|
||||
bufferline = "always"
|
||||
color-modes = true
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
goto-reference-include-declaration = false
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
||||
[editor.whitespace.render]
|
||||
space = "none"
|
||||
tab = "none"
|
||||
|
@ -29,7 +34,6 @@ p = "paste_clipboard_after"
|
|||
P = "paste_clipboard_before"
|
||||
y = "yank_joined_to_clipboard"
|
||||
D = ["yank_main_selection_to_clipboard", "delete_selection"]
|
||||
C-d = ["extend_to_line_bounds", "delete_selection"]
|
||||
V = "extend_to_line_end"
|
||||
|
||||
C-k = "goto_next_buffer"
|
||||
|
|
Loading…
Reference in a new issue