Merge pull request #4596 from nfd9001/patch-1

Describe `J` and `K`'s differences from Vimperator
This commit is contained in:
Oliver Blanthorn 2023-02-18 13:10:05 +00:00 committed by GitHub
commit 176fafaaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,10 @@ The idea behind Tridactyl is to allow you to navigate the web more efficiently w
Almost all of the modes are controlled by series of keypresses. In this tutorial, a sequence of keys such as `zz` should be entered by pressing the key `z`, letting go, and then pressing the key `z`. There is no need to hold both keys at once, if that were even possible. (`zz` resets the zoom level to the default, so it probably didn't seem to do anything). Sometimes `help` refers to a command that must be entered in command mode; it should hopefully always be clear from context which we mean.
### Note for users of other Vim-style browser tools
Tridactyl defaults to using `J` to switch to the previous tab and `K` to switch to the next tab, which may be different from what you're used to if you're coming from Vimperator/Pentadactyl, qutebrowser, or similar projects. You can run `:bind J tabnext` and `:bind K tabprev` to switch the two around if you prefer.
---
## Normal mode