drives helix and broot
This commit is contained in:
21
user/stormwind/dotfiles/helix.toml
Normal file
21
user/stormwind/dotfiles/helix.toml
Normal 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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user