mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-09 05:05:06 +00:00
add dotfiles (including kitty & alacritty themes), add proxies, add writing & haskell roles
This commit is contained in:
parent
46bdf4dda0
commit
6561d54f45
346 changed files with 15329 additions and 0 deletions
31
roles/dotfiles/files/.config/helix/config.toml
Normal file
31
roles/dotfiles/files/.config/helix/config.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
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"
|
||||
|
||||
[keys.select]
|
||||
"ы" = "yank"
|
||||
"д" = "delete_selection"
|
||||
|
||||
[keys.normal.space]
|
||||
l = ":toggle lsp.display-inlay-hints"
|
||||
3
roles/dotfiles/files/.config/helix/languages.toml
Normal file
3
roles/dotfiles/files/.config/helix/languages.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[[language]]
|
||||
name = "cpp"
|
||||
# auto-format = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue