mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Update tutor so it says each tab is in a mode instead of the browser
This commit is contained in:
parent
e4757a72a0
commit
e0fa3d0b52
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ It will not cover advanced topics. For those, [`:help`](../docs/modules/_src_exc
|
||||||
|
|
||||||
## Basics
|
## Basics
|
||||||
|
|
||||||
The idea behind Tridactyl is to allow you to navigate the web more efficiently with just the keyboard. Tridactyl turns Firefox into a modal browser, meaning it has several different modes of operation, like Vim. It can only ever be in one mode at a time, and each of these modes could have a wildly different operation. You can think of it a bit like a Transformer, if you like. There are four main modes you will want to be familiar with:
|
The idea behind Tridactyl is to allow you to navigate the web more efficiently with just the keyboard. Tridactyl turns Firefox into a modal browser, meaning it has several different modes of operation, like Vim. Each tab can only ever be in one mode at a time and each of these modes could have a wildly different operation. You can think of it a bit like a Transformer, if you like. There are four main modes you will want to be familiar with:
|
||||||
|
|
||||||
* Normal mode
|
* Normal mode
|
||||||
* This mode is used for navigating around single pages and starting other modes.
|
* This mode is used for navigating around single pages and starting other modes.
|
||||||
* You are usually in this mode. You can enter normal mode from the other modes by pressing `Escape`.
|
* Tabs are usually in this mode. You can enter normal mode from the other modes by pressing `Escape`.
|
||||||
* Hint mode
|
* Hint mode
|
||||||
* This mode highlights elements on the web page and performs actions on those elements.
|
* This mode highlights elements on the web page and performs actions on those elements.
|
||||||
* This is most often used for following links, but it has many other submodes.
|
* This is most often used for following links, but it has many other submodes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue