Skip to content
Snippets Groups Projects
Commit 062d6a7e authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Add different bindings for passthrough mode

parent 0201527d
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,12 @@ config.load_autoconfig()
config.bind('m', 'spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {url}')
config.bind('M', 'hint links spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {hint-url}')
config.bind('<Ctrl+q>', 'enter-mode passthrough')
config.bind('<Ctrl+q>', 'mode-leave', mode='passthrough')
config.bind('<Alt+Escape>', 'enter-mode passthrough')
config.bind('<Alt+Escape>', 'mode-leave', mode='passthrough')
config.bind('t', 'set-cmd-text -s :open -t')
config.bind('<ctrl+n>', 'tab-next')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment