From a2418253798618007b6dcd13b538fe15fd49b1df Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 14 Feb 2025 17:19:32 +0100 Subject: [PATCH 1/2] docs(README): add qutebrowser keymap closes: https://github.com/qutebrowser/qutebrowser/issues/8475#event-16304468368 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 342dca0..644df88 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ shallow clones automatically. It aims to provide a similar experience to - [:house_with_garden: Private Repositories - Parse HTTP as SSH](#house_with_garden-private-repositories---parse-http-as-ssh) - [:toothbrush: Close & Clean](#toothbrush-close--clean) - [:footprints: Tridactyl - Open in Neovim](#footprints-tridactyl---open-in-neovim) + - [:footprints: Qutebrowser - Open in Neovim](#footprints-qutebrowser---open-in-neovim) - [:scroll: License](#scroll-license) @@ -662,6 +663,12 @@ bind ;go composite get_current_url | shellescape | js -p tri.excmds.exclaim("xdg Set the keymap and terminal by preference. +### :footprints: Qutebrowser - Open in Neovim + +```python +config.bind('.', 'spawn ghostty -e xdg-open "nvim-gitdev://open/?repo={url}"') +``` + ## :scroll: License From 7b069788a0a8cef5e24a0bb5a7ae93bfd9927678 Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 14 Feb 2025 17:23:38 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644df88..ab7771d 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Set the keymap and terminal by preference. ### :footprints: Qutebrowser - Open in Neovim ```python -config.bind('.', 'spawn ghostty -e xdg-open "nvim-gitdev://open/?repo={url}"') +config.bind('.', 'spawn kitty -e xdg-open "nvim-gitdev://open/?repo={url}"') ```