update qutebrowser and no bookmarks
This commit is contained in:
parent
0c0738cf32
commit
79c0d8ba1a
2 changed files with 11 additions and 3 deletions
|
@ -24,6 +24,7 @@ c.url.start_pages = ["https://calendar.google.com"]
|
|||
c.aliases = { "wq": "quit --save"
|
||||
, "set": "set -t"
|
||||
, "bind": "bind -t"
|
||||
, "quickmarks": "open qute://bookmarks/"
|
||||
}
|
||||
|
||||
config.bind("<backspace>", "back", mode="normal")
|
||||
|
@ -42,3 +43,10 @@ config.bind("z", 'enter-mode insert ;; \
|
|||
break; \
|
||||
} \
|
||||
}', mode="normal")
|
||||
|
||||
# I don't use bookmarks
|
||||
config.unbind('M')
|
||||
config.unbind('wB')
|
||||
config.unbind('gb')
|
||||
config.unbind('gB')
|
||||
config.unbind('Sb')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue