Add ctrl+shift+b keybinding to open a URL on screen

This commit is contained in:
2026-02-06 11:19:33 +00:00
parent 2d1f1be816
commit d114497221
2 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ map ctrl+shift+minus change_font_size all -1.0
map ctrl+shift+0 change_font_size all 0
#: }}}
#: URL hints {{{
map ctrl+shift+b kitten hints --type url
#: }}}
#: Miscellaneous {{{
map ctrl+shift+alt+r load_config_file
#: }}}

View File

@@ -28,6 +28,10 @@ map cmd+minus change_font_size all -1.0
map cmd+0 change_font_size all 0
#: }}}
#: URL hints {{{
map ctrl+shift+b kitten hints --type url
#: }}}
#: Miscellaneous {{{
map ctrl+shift+cmd+r load_config_file
#: }}}