tangled
alpha
login
or
join now
selman.me
/
rc.d
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
.qutebrowser: udpate actions menu mapping
Selman Kayrancioglu
8 months ago
1efbfd64
6652ff74
+1
-1
1 changed file
expand all
collapse all
unified
split
private_dot_qutebrowser
config.py
+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
113
-
config.bind("\\o", "spawn --userscript actions.py", mode="normal")
113
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")