this repo has no description

.qutebrowser: udpate actions menu mapping

+1 -1
+1 -1
private_dot_qutebrowser/config.py
··· 110 110 config.bind("\\so", "spawn --userscript search-selected.py", mode="normal") 111 111 config.bind(",m", "hint mpv spawn /opt/homebrew/bin/mpv {hint-url}", mode="normal") 112 112 config.bind("\\<Ctrl-g>p", "spawn --userscript pkggodev.py", mode="normal") 113 - config.bind("\\o", "spawn --userscript actions.py", mode="normal") 113 + config.bind("\\<Ctrl-k>", "spawn --userscript actions.py", mode="normal") 114 114 115 115 # Command mode bindings 116 116 config.bind("<Ctrl+x><Ctrl-e>", "cmd-edit", mode="command")