Update tutor so it says each tab is in a mode instead of the browser

This commit is contained in:
Saul Reynolds-Haertle 2018-09-01 16:42:11 -07:00
parent e4757a72a0
commit e0fa3d0b52

View file

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