Define OS specific keybindings in separate files

This commit is contained in:
2025-12-17 20:49:04 +00:00
parent b7c625314d
commit 2d1f1be816
3 changed files with 73 additions and 381 deletions

35
linux.conf Normal file
View File

@@ -0,0 +1,35 @@
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Keyboard shortcuts {{{
#: Clipboard {{{
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard
#: }}}
#: Window management {{{
map ctrl+shift+n new_os_window
map ctrl+shift+q quit
#: }}}
#: Tab management {{{
map ctrl+shift+t new_tab
map ctrl+shift+w close_tab
map ctrl+shift+right next_tab
map ctrl+shift+left previous_tab
map ctrl+shift+. move_tab_forward
map ctrl+shift+, move_tab_backward
map ctrl+shift+r set_tab_title
#: }}}
#: Font sizes {{{
map ctrl+shift+equal change_font_size all +1.0
map ctrl+shift+minus change_font_size all -1.0
map ctrl+shift+0 change_font_size all 0
#: }}}
#: Miscellaneous {{{
map ctrl+shift+alt+r load_config_file
#: }}}
#: }}}