config/roles/dotfiles/files/.config/helix/config.toml
2025-11-12 15:47:58 +03:00

38 lines
778 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"
"A-ret" = ":pipe-to reple eval"
[keys.select]
"ы" = "yank"
"д" = "delete_selection"
"A-ret" = ":pipe-to reple eval"
[keys.normal.space]
l = ":toggle lsp.display-inlay-hints"
[editor]
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline