mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix command name
This commit is contained in:
parent
89dc8583db
commit
9eac96eb12
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Tridactyl uses a similar notation to Vim for keys with modifiers: `<C-x>` means
|
||||||
|
|
||||||
* `<C-v>` sends the next keystroke to the current website, bypassing bindings
|
* `<C-v>` sends the next keystroke to the current website, bypassing bindings
|
||||||
|
|
||||||
All the keys in normal mode are bound to commands; for example, `j` is bound to `scrolline 10`. If you are ever curious as to what a key sequence does in normal mode, you can simply use `:bind [keys]` and the command line will tell you to which command they are bound.
|
All the keys in normal mode are bound to commands; for example, `j` is bound to `scrollline 10`. If you are ever curious as to what a key sequence does in normal mode, you can simply use `:bind [keys]` and the command line will tell you to which command they are bound.
|
||||||
|
|
||||||
## Browser-wide binds
|
## Browser-wide binds
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue