From d114497221301c0d32aecb240cc7b4254c836eaf Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 6 Feb 2026 11:19:33 +0000 Subject: [PATCH] Add ctrl+shift+b keybinding to open a URL on screen --- linux.conf | 4 ++++ macos.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/linux.conf b/linux.conf index 2d1b524..f7d968f 100644 --- a/linux.conf +++ b/linux.conf @@ -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 #: }}} diff --git a/macos.conf b/macos.conf index fa73b02..07a2f74 100644 --- a/macos.conf +++ b/macos.conf @@ -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 #: }}}