config/roles/dotfiles/files/.config/helix/config.toml

39 lines
778 B
TOML
Raw Normal View History

theme = "catppuccin_latte"
[editor]
auto-completion = false
true-color = true
whitespace.render = "all"
mouse = false
# bufferline = "multiple"
[keys.normal]
"и" = "insert_mode"
"р" = "replace"
"Р" = "replace_with_yanked"
"у" = "undo"
"У" = "redo"
"ы" = "yank"
"п" = "paste_after"
"П" = "paste_before"
"д" = "delete_selection"
"х" = "extend_line_below"
"в" = "select_mode"
"ret" = ":w"
"S-left"="jump_view_left"
"S-right"="jump_view_right"
2025-10-14 20:14:43 +03:00
"A-ret" = ":pipe-to reple eval"
[keys.select]
"ы" = "yank"
"д" = "delete_selection"
2025-10-14 20:14:43 +03:00
"A-ret" = ":pipe-to reple eval"
[keys.normal.space]
l = ":toggle lsp.display-inlay-hints"
2025-11-12 15:47:58 +03:00
[editor]
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline