Fix command name

This commit is contained in:
Amir Hossein 2023-11-09 23:10:08 +03:30 committed by GitHub
parent 89dc8583db
commit 9eac96eb12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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