Compare commits
2 Commits
48ca8bdc42
...
d425fdcc8c
Author | SHA1 | Date | |
---|---|---|---|
d425fdcc8c | |||
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++ 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
import dracula.draw
|
||||
|
||||
# Load existing settings made via :set
|
||||
config.load_autoconfig(False)
|
||||
config.load_autoconfig()
|
||||
|
||||
c.auto_save.session = False
|
||||
c.backend = "webengine"
|
||||
@ -78,10 +78,10 @@ searchengines = {
|
||||
"ling": "https://www.linguee.com/english-german/search?source=auto&query={}",
|
||||
"nyaa": "nyaa.si/?q={}",
|
||||
"oz": "http://www.ozdic.com/collocation-dictionary/{}",
|
||||
"re": "https://bocken.org/rezepte/?q={}",
|
||||
"re": "https://bocken.org/rezepte?q={}",
|
||||
"yt": "https://www.youtube.com/results?search_query={}"
|
||||
}
|
||||
searchengines["DEFAULT"] = searchengines["brave"]
|
||||
searchengines["DEFAULT"] = searchengines["ddg"]
|
||||
c.url.searchengines = searchengines
|
||||
|
||||
c.zoom.default = "160%"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user