1
0
Fork 0
mirror of https://codeberg.org/Mo8it/server_dotfiles.git synced 2024-09-17 18:51:17 +00:00

Update Helix config

This commit is contained in:
Mo 2023-08-18 00:38:28 +02:00
parent b6bd272e84
commit 050d49340b

View file

@ -1,21 +1,26 @@
theme = "onedark" theme = "dracula"
[editor] [editor]
mouse = false mouse = false
shell = ["fish", "-c"] shell = ["fish", "-c"]
cursorline = true cursorline = true
idle-timeout = 5
true-color = true true-color = true
bufferline = "multiple" bufferline = "always"
color-modes = true color-modes = true
[editor.lsp] [editor.lsp]
display-messages = true display-messages = true
goto-reference-include-declaration = false
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
normal = "block" normal = "block"
select = "underline" select = "underline"
[editor.file-picker]
hidden = false
[editor.whitespace.render] [editor.whitespace.render]
space = "none" space = "none"
tab = "none" tab = "none"
@ -29,7 +34,6 @@ p = "paste_clipboard_after"
P = "paste_clipboard_before" P = "paste_clipboard_before"
y = "yank_joined_to_clipboard" y = "yank_joined_to_clipboard"
D = ["yank_main_selection_to_clipboard", "delete_selection"] D = ["yank_main_selection_to_clipboard", "delete_selection"]
C-d = ["extend_to_line_bounds", "delete_selection"]
V = "extend_to_line_end" V = "extend_to_line_end"
C-k = "goto_next_buffer" C-k = "goto_next_buffer"