switching back to qutebrowser
This commit is contained in:
parent
3b3d36eb03
commit
8f437de686
4 changed files with 18 additions and 15 deletions
|
@ -1440,7 +1440,7 @@ c.hints.border = base0A
|
|||
|
||||
## Characters used for hint strings.
|
||||
## Type: UniqueCharString
|
||||
# c.hints.chars = 'asdfghjkl'
|
||||
c.hints.chars = 'cieahtsnould'
|
||||
|
||||
## Dictionary file to be used by the word hints.
|
||||
## Type: File
|
||||
|
@ -2299,8 +2299,10 @@ config.bind("J", "tab-prev")
|
|||
# config.bind('gu', 'navigate up')
|
||||
# config.bind('h', 'scroll left')
|
||||
# config.bind('i', 'enter-mode insert')
|
||||
config.bind('j', 'cmd-run-with-count 2 scroll down')
|
||||
config.bind('k', 'cmd-run-with-count 2 scroll up')
|
||||
config.bind('j', 'cmd-run-with-count 5 scroll down')
|
||||
config.bind('k', 'cmd-run-with-count 5 scroll up')
|
||||
config.bind('<Down>', 'cmd-run-with-count 5 scroll down')
|
||||
config.bind('<Up>', 'cmd-run-with-count 5 scroll up')
|
||||
# config.bind('l', 'scroll right')
|
||||
# config.bind('m', 'quickmark-save')
|
||||
# config.bind('n', 'search-next')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue