fix(qutebrowser): add bookmark keybinds
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
3ea9ed4504
commit
2a8b3a7ec2
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ c.bindings.commands["normal"] = {
|
|||
"<Shift-right>": "tab-next",
|
||||
"<Shift-left>": "tab-prev",
|
||||
|
||||
# Bookmarks
|
||||
"<Control-X>l": "bookmark-list",
|
||||
"<Control-X>a": "bookmark-add",
|
||||
|
||||
# Open
|
||||
"<Control-x><Control-f>": "cmd-set-text -s :open",
|
||||
"<Control-x><Control-e>": "cmd-set-text -s :open {url:pretty}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue