# 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 #: }}} #: }}}