From 4eb5f01f1f7a11527be56bd8a8afecd31d640b15 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 4 Aug 2023 12:50:12 +0530 Subject: config sync --- config/qutebrowser/config.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/qutebrowser/config.py') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 97c7147..bb424a7 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -156,12 +156,11 @@ nmap(localleader + 'td', ':toggle-darkmode') # }}} #### Sessions {{{ -c.aliases['load'] = 'session-load -t'; +# c.aliases['load'] = 'session-load -t'; # Sessions -nmap(leader + 'sv', ':load video'); -nmap(leader + 'sc', ':load work'); -nmap(leader + 'si', ':load interview'); +nmap(leader + 'sl', ':set-cmd-text :session-load '); +nmap(leader + 'sw', ':set-cmd-text :session-save '); # }}} #### Navigation {{{ @@ -296,6 +295,8 @@ c.url.searchengines = { 'hg': 'http://www.haskell.org/hoogle/?hoogle={}', 'cname': 'https://www.whatsmydns.net/#CNAME/{}', 'nx': 'https://search.nixos.org/packages?channel=unstable&query={}', + 'pio': 'https://registry.platformio.org/search?q={}', + 'pub': 'https://pub.dev/packages?q={}', # Media 'r': 'http://www.reddit.com/r/{}/', -- cgit v1.3.1