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

Deprecated commands fix

parent 062d6a7e
No related branches found
No related tags found
No related merge requests found
......@@ -74,19 +74,19 @@ 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-enter passthrough')
config.bind('<Ctrl+q>', 'mode-leave', mode='passthrough')
config.bind('<Alt+Escape>', 'enter-mode passthrough')
config.bind('<Alt+Escape>', 'mode-enter passthrough')
config.bind('<Alt+Escape>', 'mode-leave', mode='passthrough')
config.bind('t', 'set-cmd-text -s :open -t')
config.bind('t', 'cmd-set-text -s :open -t')
config.bind('<ctrl+n>', 'tab-next')
config.bind('<ctrl+p>', 'tab-prev')
config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
config.bind('b', 'set-cmd-text -s :buffer')
config.bind('b', 'cmd-set-text -s :buffer')
# config.bind('J', 'scroll-page 0 1')
# config.bind('K', 'scroll-page 0 -1')
config.bind('J', 'tab-next')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment