Merge pull request #4828 from amirHossein5/patch-1

Fix command name in docs
This commit is contained in:
Oliver Blanthorn 2023-11-13 10:14:38 +00:00 committed by GitHub
commit a1f41f2b5e
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 * `<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