rename ranger_at_file, add it to mpv
This commit is contained in:
parent
48ca8bdc42
commit
64a45a3197
@ -63,7 +63,7 @@ j no-osd seek -5 exact # seek exactly 5 seconds backward
|
|||||||
#Alt+down add video-pan-y -0.1 # move the video up
|
#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+- add video-zoom -0.1 # zoom out
|
||||||
Alt+ENTER run "open_at_video" "${=path}"
|
Alt+ENTER run "openfilebrowser" "${=path}"
|
||||||
#Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings
|
#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
|
#PGUP add chapter 1 # seek to the next chapter
|
||||||
#PGDWN add chapter -1 # seek to the previous chapter
|
#PGDWN add chapter -1 # seek to the previous chapter
|
||||||
|
@ -14,4 +14,4 @@ map i recolor
|
|||||||
map p print
|
map p print
|
||||||
map g goto top
|
map g goto top
|
||||||
map <C-s> exec zathura_backward_search.sh
|
map <C-s> exec zathura_backward_search.sh
|
||||||
map <A-Return> exec ranger_at_file $FILE
|
map <A-Return> exec openfilebrowser $FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user