More qute config
This commit is contained in:
parent
fd61d170fd
commit
c05be1ed7d
2 changed files with 10 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -42,11 +42,11 @@
|
||||||
},
|
},
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1627579950,
|
"lastModified": 1627633896,
|
||||||
"narHash": "sha256-MUbgLOeNjgTUVxzVWZ4Gjek2PlgC4r206PgVkNslrmY=",
|
"narHash": "sha256-5qROuqi7O8v/jkr+DiJgPAN/sY8REsbyz6bMTvHGNcs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "de00abcd9631b104ef2868e1e0a877b1ec6b5633",
|
"rev": "d65cce02712eedb9922cc9341c3936920089c886",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -29,14 +29,21 @@
|
||||||
loadAutoconfig = true;
|
loadAutoconfig = true;
|
||||||
aliases = {
|
aliases = {
|
||||||
save-to-zotero = "jseval --quiet var d=document,s=d.createElement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentElement).appendChild(s);void(0);";
|
save-to-zotero = "jseval --quiet var d=document,s=d.createElement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentElement).appendChild(s);void(0);";
|
||||||
|
open-in-temp = "spawn qutebrowser --temp-basedir {url}";
|
||||||
|
hint-open-in-temp = "hint links spawn qutebrowser --temp-basedir {hint-url}";
|
||||||
};
|
};
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
",m" = "hint links spawn umpv {hint-url}";
|
",m" = "hint links spawn umpv {hint-url}";
|
||||||
",M" = "hint --rapid links spawn umpv {hint-url}";
|
",M" = "hint --rapid links spawn umpv {hint-url}";
|
||||||
",p" = "spawn --userscript qute-pass";
|
",p" = "spawn --userscript qute-pass";
|
||||||
|
"tt" = "open-in-temp";
|
||||||
|
"tT" = "hint-open-in-temp";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
searchEngines = {
|
||||||
|
DEFAULT = "https://html.duckduckgo.com/html?q={}";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
auto_save.session = true;
|
auto_save.session = true;
|
||||||
confirm_quit = [ "downloads" ];
|
confirm_quit = [ "downloads" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue