home/qutebrowser | add more keybindings

This commit is contained in:
Don Harper 2024-05-30 22:54:32 -05:00
parent c52b4c75e5
commit e56510bc16

View file

@ -6,20 +6,25 @@
keyBindings = { keyBindings = {
normal = { normal = {
",J" = "spawn /home/don/bin/vdi"; ",J" = "spawn /home/don/bin/vdi";
",L" = "spawn --userscript qute-bitwarden --password-only";
",O" = "spawn --userscript obsidian-import-lite";
",R" = "spawn --userscript obsidian-import -r"; ",R" = "spawn --userscript obsidian-import -r";
",U" = "spawn --userscript sendurl"; ",U" = "spawn --userscript sendurl";
",V" = "hint links spawn umpv {hint-url}"; ",V" = "hint links spawn umpv {hint-url}";
",b" = "spawn rofi-buku"; ",b" = "spawn rofi-buku";
",d" = "spawn --userscript open_download"; ",d" = "spawn --userscript open_download";
",j" = "spawn --userscript joplin-import"; ",j" = "spawn --userscript joplin-import";
",L" = "spawn --userscript qute-bitwarden";
",m" = "spawn --userscript mymail"; ",m" = "spawn --userscript mymail";
",n" = ''config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""''; ",n" = ''config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""'';
",o" = "spawn --userscript obsidian-import"; ",o" = "spawn --userscript obsidian-import";
",r" = "spawn --userscript recipe"; ",r" = "spawn --userscript recipe";
",t" = "spawn --userscript qute-bitwarden --totp-only";
",u" = "spawn --userscript sendphone"; ",u" = "spawn --userscript sendphone";
",v" = "spawn /home/don/bin/myweb {url}"; ",v" = "spawn /home/don/bin/myweb {url}";
",w" = "cmd-set-text -s :spawn --userscript taskadd"; ",w" = "cmd-set-text -s :spawn --userscript taskadd";
";V" = "hint --rapid links spawn myweb {hint-url}"; ";V" = "hint --rapid links spawn myweb {hint-url}";
"gF" = "spawn --userscript openfeeds";
"xb" = "config-cycle statusbar.show always in-mode"; "xb" = "config-cycle statusbar.show always in-mode";
"xt" = "config-cycle tabs.show always switching"; "xt" = "config-cycle tabs.show always switching";
"xx" = "config-cycle statusbar.show always in-mode ;; config-cycle tabs.show always switching"; "xx" = "config-cycle statusbar.show always in-mode ;; config-cycle tabs.show always switching";