wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-25 22:39:08 +01:00
parent 40f1e6ac35
commit 8fbed39caa

View file

@ -4,7 +4,7 @@
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
installVimSyntax = true; installVimSyntax = true;
# systemd.enable = true; systemd.enable = true;
clearDefaultKeybinds = true; clearDefaultKeybinds = true;
settings = { settings = {
theme = "Catppuccin Mocha"; theme = "Catppuccin Mocha";
@ -61,8 +61,8 @@
"ctrl+b>8=goto_tab:8" "ctrl+b>8=goto_tab:8"
"ctrl+b>9=goto_tab:9" "ctrl+b>9=goto_tab:9"
"ctrl+b>p=toggle_command_palette" "ctrl+b>p=toggle_command_palette"
"ctrl+b+u=scroll_page_lines:-20" "ctrl+shift+u=scroll_page_lines:-40"
"ctrl+b+d=scroll_page_lines:20" "ctrl+shift+d=scroll_page_lines:40"
"ctrl+plus=increase_font_size:2" "ctrl+plus=increase_font_size:2"
"ctrl+minus=decrease_font_size:2" "ctrl+minus=decrease_font_size:2"
"ctrl+0=reset_font_size" "ctrl+0=reset_font_size"