diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 4578c54fae54a498358e45d9f24fc6020db7f845..7cd39dec65bee4aa652fbb219feacfd8e977a597 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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')