update qutebrowser and no bookmarks

This commit is contained in:
Felix Van der Jeugt 2017-11-06 17:23:19 +01:00
parent 0c0738cf32
commit 79c0d8ba1a
No known key found for this signature in database
GPG key ID: 58B209295023754D
2 changed files with 11 additions and 3 deletions

View file

@ -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')