update conf

This commit is contained in:
Jeff Lance 2021-06-27 22:20:28 +02:00
parent 42300f3405
commit 26f337abc4
2 changed files with 7 additions and 7 deletions

View File

@ -7,4 +7,4 @@
config_version: 2 config_version: 2
settings: settings:
fonts.default_size: fonts.default_size:
global: 14pt global: 12pt

View File

@ -45,7 +45,7 @@ c.aliases = {'w': 'session-save', 'q': 'close', 'qa': 'quit', 'wq': 'quit --save
## Valid values: ## Valid values:
## - webengine: Use QtWebEngine (based on Chromium). ## - webengine: Use QtWebEngine (based on Chromium).
## - webkit: Use QtWebKit (based on WebKit, similar to Safari). ## - webkit: Use QtWebKit (based on WebKit, similar to Safari).
c.backend = 'webengine' # c.backend = 'webengine'
## This setting can be used to map keys to other keys. When the key used ## This setting can be used to map keys to other keys. When the key used
## as dictionary-key is pressed, the binding for the key used as ## as dictionary-key is pressed, the binding for the key used as
@ -894,7 +894,7 @@ c.fonts.statusbar = '12pt Hack Nerd Font Mono'
## Font used in the tab bar. ## Font used in the tab bar.
## Type: QtFont ## Type: QtFont
# c.fonts.tabs = '14pt Hack Nerd Font Mono' # c.fonts.tabs = '12pt Hack Nerd Font Mono'
## Font family for cursive fonts. ## Font family for cursive fonts.
## Type: FontFamily ## Type: FontFamily
@ -958,7 +958,7 @@ c.fonts.statusbar = '12pt Hack Nerd Font Mono'
## Characters used for hint strings. ## Characters used for hint strings.
## Type: UniqueCharString ## Type: UniqueCharString
# c.hints.chars = 'asdfghjkl' # c.hints.chars = 'asdfghjkl'
c.hints.chars = 'asdfjkl;' c.hints.chars = 'sdfjkl'
## Dictionary file to be used by the word hints. ## Dictionary file to be used by the word hints.
## Type: File ## Type: File
@ -970,7 +970,7 @@ c.hints.chars = 'asdfjkl;'
## - javascript: Better but slower ## - javascript: Better but slower
## - python: Slightly worse but faster ## - python: Slightly worse but faster
# c.hints.find_implementation = 'python' # c.hints.find_implementation = 'python'
c.hints.find_implementation = 'javascript' # c.hints.find_implementation = 'javascript'
## Hide unmatched hints in rapid mode. ## Hide unmatched hints in rapid mode.
## Type: Bool ## Type: Bool
@ -1599,8 +1599,8 @@ config.unbind('M', mode='normal')
config.unbind('o', mode='normal') config.unbind('o', mode='normal')
## Bindings for normal mode ## Bindings for normal mode
config.bind(';;', 'clear-keychain ;; search ;; fullscreen --leave') config.bind(';;', 'mode-leave', mode='insert')
config.bind('<Escape>', 'clear-keychain ;; search ;; fullscreen --leave') # config.bind('<Escape>', 'clear-keychain ;; search ;; fullscreen --leave')
config.bind('<F5>', 'reload') config.bind('<F5>', 'reload')
config.bind('<Ctrl-h>', 'home') config.bind('<Ctrl-h>', 'home')