summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/lf/lfrc2
-rw-r--r--.config/mpv/input.conf7
-rw-r--r--.config/newsboat/urls4
3 files changed, 12 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index d13eea2..6ac9884 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -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<a-b><a-b><a-f> # before extension
map a push A<a-b> # after extension
-map B $vimv
+map br $vimv
map bg $genwall $f
map <c-e> down
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf
index 7f08541..20851f4 100644
--- a/.config/mpv/input.conf
+++ b/.config/mpv/input.conf
@@ -1,2 +1,9 @@
# Normalize audio.
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
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
new file mode 100644
index 0000000..10498f5
--- /dev/null
+++ b/.config/newsboat/urls
@@ -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"