summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-05-31 20:29:53 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-05-31 20:29:53 +0530
commitf2c332a103f13c0ceca6619a1f12a2871a21c7ab (patch)
treec2154076951b9e1788a92edcce23c3193fb861cb /.config
parent3cd2a690fb007cc61b695fae131c31e14eeef062 (diff)
updating zathurarc and mpv input config file
Diffstat (limited to '.config')
-rw-r--r--.config/mpv/input.conf6
-rw-r--r--.config/zathura/zathurarc10
2 files changed, 11 insertions, 5 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf
index a4caa4b..a90e1ef 100644
--- a/.config/mpv/input.conf
+++ b/.config/mpv/input.conf
@@ -35,8 +35,10 @@ DOWN add volume -2
# decrease the playback speed
[ multiply speed 1/1.1
+b multiply speed 1/1.1
# increase the playback speed
-] multiply speed 1.1
+] multiply speed 1.1
+n multiply speed 1.1
# reset the speed to normal
\ set speed 1.0
@@ -48,7 +50,7 @@ Q quit-watch-later
#Alt+right add video-pan-x -0.1 # move the video left
#Alt+up add video-pan-y 0.1 # move the video down
#Alt+down add video-pan-y -0.1 # move the video up
-Alt++ add video-zoom 0.1 # zoom in
+Alt+= add video-zoom 0.1 # zoom in
Alt+- add video-zoom -0.1 # zoom out
#Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings
#PGUP add chapter 1 # seek to the next chapter
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 14a5f0d..a390b8c 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -11,10 +11,13 @@ map R rotate
map J zoom in
map K zoom out
-#map u =
+map u = follow
-map H page down
-map L page up
+map H full-up
+map L full-down
+
+map <C-n> search forward
+map <C-b> search backward
#access index w tab
#colon tab for options
@@ -25,6 +28,7 @@ map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
map i recolor
+
map gg goto top
map G goto bottom