mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4828 from amirHossein5/patch-1
Fix command name in docs
This commit is contained in:
commit
a1f41f2b5e
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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue