From 4dc36f27267345668d4577b91686e50d1f7b68db Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 5 Dec 2024 09:25:23 -0600 Subject: [PATCH] adding caret mode stuff --- .config/qutebrowser/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index b7a4cd9..abc27f8 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -2384,7 +2384,7 @@ config.bind('td', 'config-cycle -p -u *://*.{url:host}/* colors.webpage.darkmode # config.bind('J', 'scroll down', mode='caret') # config.bind('K', 'scroll up', mode='caret') # config.bind('L', 'scroll right', mode='caret') -# config.bind('V', 'toggle-selection --line', mode='caret') +# config.bind('gV', 'toggle-selection --line', mode='caret') # config.bind('Y', 'yank selection -s', mode='caret') # config.bind('[', 'move-to-start-of-prev-block', mode='caret') # config.bind(']', 'move-to-start-of-next-block', mode='caret') @@ -2397,7 +2397,7 @@ config.bind('td', 'config-cycle -p -u *://*.{url:host}/* colors.webpage.darkmode # config.bind('k', 'move-to-prev-line', mode='caret') # config.bind('l', 'move-to-next-char', mode='caret') # config.bind('o', 'reverse-selection', mode='caret') -# config.bind('v', 'toggle-selection', mode='caret') +config.bind('gv', 'toggle-selection', mode='caret') # config.bind('w', 'move-to-next-word', mode='caret') # config.bind('y', 'yank selection', mode='caret') # config.bind('{', 'move-to-end-of-prev-block', mode='caret') @@ -2490,7 +2490,7 @@ config.bind('', 'completion-item-focus next', mode='command') ## Bindings for MPV and YTDL config.bind("v", 'hint links spawn --detach empv "{hint-url}"') -config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best \'{url}\'") +# config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best \'{url}\'") config.bind("gc", 'spawn org-capture "{url}"') config.bind( "gV",