Files
stormwind-nixfiles/user/stormwind/dotfiles/helix.toml

22 lines
744 B
TOML
Raw Normal View History

2025-04-07 12:45:31 +02:00
theme = "dark_plus"
[keys.normal]
"{" = ["goto_prev_paragraph", "collapse_selection"]
"}" = ["goto_next_paragraph", "collapse_selection"]
"…" = "repeat_last_motion" # Alt+.
"" = "split_selection_on_newline" # Alt+S
"ø" = "expand_selection" # Alt+O
"" = "shrink_selection" # Alt+I
"π" = "select_prev_sibling" # Alt+P
"µ" = "select_next_sibling" # Alt+M
"ç" = "copy_selection_on_prev_line"# Alt+C. Shift+C, but upwards
[keys.select]
"{" = ["goto_prev_paragraph", "collapse_selection"]
"}" = ["goto_next_paragraph", "collapse_selection"]
"ø" = "expand_selection" # Alt+O
"" = "shrink_selection" # Alt+I
"π" = "select_prev_sibling" # Alt+P
"µ" = "select_next_sibling" # Alt+M