back to master for now, allow history
This commit is contained in:
parent
b31fb6439a
commit
ae1c8653d6
3 changed files with 7 additions and 15 deletions
|
@ -49,20 +49,14 @@ leave-mode
|
|||
clear-keychain ;; search ;; fullscreen --leave
|
||||
<escape>
|
||||
|
||||
set-cmd-text -s :goto
|
||||
o
|
||||
|
||||
set-cmd-text -s :open
|
||||
gh
|
||||
o
|
||||
|
||||
set-cmd-text :goto {url}
|
||||
go
|
||||
|
||||
set-cmd-text -s :goto -t
|
||||
O
|
||||
|
||||
set-cmd-text -s :open -t
|
||||
gH
|
||||
O
|
||||
|
||||
set-cmd-text :goto -t {url}
|
||||
gO
|
||||
|
|
|
@ -381,8 +381,6 @@ user-agent =
|
|||
# The proxy to use.
|
||||
# In addition to the listed values, you can use a `socks://...` or
|
||||
# `http://...` URL.
|
||||
# This setting only works with Qt 5.8 or newer when using the
|
||||
# QtWebEngine backend.
|
||||
# system: Use the system wide proxy.
|
||||
# none: Don't use any proxy
|
||||
# Default: system
|
||||
|
@ -457,8 +455,8 @@ cmd-history-max-items = 100
|
|||
# web-history-max-items (Int):
|
||||
# How many URLs to show in the web history.
|
||||
# 0: no history / -1: unlimited
|
||||
# Default: 1000
|
||||
web-history-max-items = 1000
|
||||
# Default: -1
|
||||
web-history-max-items = -1
|
||||
|
||||
# quick-complete (Bool):
|
||||
# Whether to move on to the next part when there's only one possible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue