add faster scrolling option
This commit is contained in:
parent
bfab2bda27
commit
280eac37ad
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
{{@@ key.down @@}} forw-line
|
||||
{{@@ key.up @@}} back-line
|
||||
{{@@ key.down @@}} forw-line
|
||||
|
||||
{{@@ key.up .upper() @@}} back-scroll
|
||||
{{@@ key.down.upper() @@}} forw-scroll
|
||||
|
||||
{{@@ key.next @@}} repeat-search
|
||||
{{@@ key.next.upper() @@}} reverse-search
|
||||
|
|
Reference in a new issue