newsboat urls and mpv keymaps
This commit is contained in:
parent
8dcf9802aa
commit
f7c99ee109
|
|
@ -78,7 +78,7 @@ map c push A<c-u> # new rename
|
||||||
map I push A<c-a> # at the very beginning
|
map I push A<c-a> # at the very beginning
|
||||||
map i push A<a-b><a-b><a-f> # before extension
|
map i push A<a-b><a-b><a-f> # before extension
|
||||||
map a push A<a-b> # after extension
|
map a push A<a-b> # after extension
|
||||||
map B $vimv
|
map br $vimv
|
||||||
map bg $genwall $f
|
map bg $genwall $f
|
||||||
|
|
||||||
map <c-e> down
|
map <c-e> down
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,9 @@
|
||||||
# Normalize audio.
|
# Normalize audio.
|
||||||
F1 af toggle "dynaudnorm=g=5:f=250:r=0.9:p=0.5"
|
F1 af toggle "dynaudnorm=g=5:f=250:r=0.9:p=0.5"
|
||||||
|
|
||||||
|
# seek commands
|
||||||
|
l seek 5
|
||||||
|
h seek -5
|
||||||
|
j seek -60
|
||||||
|
k seek 60
|
||||||
|
S cycle sub
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
https://blog.rust-lang.org/feed.xml "programming"
|
||||||
|
https://digdeeper.neocities.org/atom.xml
|
||||||
|
https://lukesmith.xyz/rss.xml
|
||||||
|
https://www.archlinux.org/feeds/news/ "tech"
|
||||||
Loading…
Reference in New Issue