wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-25 22:28:19 +01:00
parent c8bf3951b1
commit 40f1e6ac35

View file

@ -60,16 +60,16 @@
"ctrl+b>7=goto_tab:7" "ctrl+b>7=goto_tab:7"
"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+u=scroll_page_lines:-20" "ctrl+b+u=scroll_page_lines:-20"
"ctrl+b+d=scroll_page_lines:20" "ctrl+b+d=scroll_page_lines:20"
"ctrl+b>p=toggle_command_palette" "ctrl+plus=increase_font_size:2"
"ctrl++=increase_font_size:2" "ctrl+minus=decrease_font_size:2"
"ctrl+-=decrease_font_size:2"
"ctrl+0=reset_font_size" "ctrl+0=reset_font_size"
"ctrl+shift+a=select_all" "ctrl+shift+a=select_all"
"ctrl+shift+c=copy_to_clipboard" "ctrl+shift+c=copy_to_clipboard"
"ctrl+shift+v=paste_from_clipboard" "ctrl+shift+v=paste_from_clipboard"
"global:cmd+semicolon>p=toggle_quick_terminal" "global:cmd+semicolon=toggle_quick_terminal"
]; ];
}; };
}; };