mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
Qute: reverse tab selection
This commit is contained in:
parent
9fd00b33bf
commit
15497e6435
|
|
@ -16,6 +16,7 @@ settings:
|
||||||
bindings.commands:
|
bindings.commands:
|
||||||
global:
|
global:
|
||||||
normal:
|
normal:
|
||||||
|
<Alt+t>: tab-prev
|
||||||
<Ctrl+Shift+m>: spawn fish -c 'cd Downloads; ydl "{url}"'
|
<Ctrl+Shift+m>: spawn fish -c 'cd Downloads; ydl "{url}"'
|
||||||
<Ctrl+m>: spawn mpv {url}
|
<Ctrl+m>: spawn mpv {url}
|
||||||
<Ctrl+q>: close
|
<Ctrl+q>: close
|
||||||
|
|
@ -280,7 +281,7 @@ settings:
|
||||||
global:
|
global:
|
||||||
DEFAULT: https://duckduckgo.com/?q={}
|
DEFAULT: https://duckduckgo.com/?q={}
|
||||||
r: https://old.reddit.com/r/{}
|
r: https://old.reddit.com/r/{}
|
||||||
y: https://invidiou.sh/search?q={}
|
y: https://invidious.snopyta.org/search?q={}
|
||||||
url.start_pages:
|
url.start_pages:
|
||||||
global: https://mangadex.org/follows
|
global: https://mangadex.org/follows
|
||||||
url.yank_ignored_parameters:
|
url.yank_ignored_parameters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue