drives helix and broot

This commit is contained in:
RootHost-Stormwind
2025-04-07 12:45:31 +02:00
parent 6e76f581c0
commit da0535eb09
8 changed files with 172 additions and 20 deletions

View File

@@ -0,0 +1,21 @@
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

View File

@@ -49,6 +49,7 @@
home.stateVersion = "24.11";
home.file = {
".config/nvim/init.vim".source = dotfiles/neovim/init.vim;
".config/helix/config.toml".source = dotfiles/helix.toml;
};
};
}