rename ranger_at_file, add it to mpv

This commit is contained in:
Alexander Bocken 2023-11-17 09:27:04 +01:00
parent 48ca8bdc42
commit 64a45a3197
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
3 changed files with 2 additions and 2 deletions

View File

@ -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++ add video-zoom 0.1 # zoom in
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
#PGUP add chapter 1 # seek to the next chapter
#PGDWN add chapter -1 # seek to the previous chapter

View File

@ -14,4 +14,4 @@ map i recolor
map p print
map g goto top
map <C-s> exec zathura_backward_search.sh
map <A-Return> exec ranger_at_file $FILE
map <A-Return> exec openfilebrowser $FILE