Latest Update on Github Apr 22, 2014 : c53b2eb506b8583b252a1a5bddf5fda7128fbdcd Hometype Issues
| Moving | Form | Searching | Selecting |
|---|---|---|---|
| Scroll | Focusing | Bookmarks | Select texts in the page |
| Follow the link | Select the select box | Histories | Select the code snippet |
| Back and forward in history | Closed tabs |
Hometype has like vim's modes. All modes can be switched with keyboard manipulation.
In most cases Hometype is in this mode. You can scroll to up or down on the page, and move to back or forward in the history.
Hometype shifts the current mode automatically to this mode when a form is getting the focus. In insert mode don't bind a command to key because you have to input a text to form.
Hint tip elements is shown for displayed elements. If hint tip's key is pushed, you can follow a link or focus an element.
If the current mode shifts the visual mode, caret appears to select an element texts. Like a caret browsing in Firefox.
The command bar to input and execute a command is shown on the bottom of the page. This bar also can search bookmarks, histories, and closed tabs.
Key binding list that is used in Hometype is shown in the center of the page.
Default key bindings in the normal mode is follow:
| Key bind | Operation |
|---|---|
j or C-e |
Scroll down |
k or C-y |
Scroll up |
C-d |
Page half down |
C-u |
Page half up |
C-f |
Page down |
C-b |
Page up |
gg |
Scroll to the top of the page |
G |
Scroll to the bottom of the page |
H |
Back to the history |
L |
Forward to the history |
x |
Close the current tab |
C-p |
Move to the previous tab |
C-n |
Move to the next tab |
| Key bind | Operation |
|---|---|
I |
Focus to an element appears first on the display |
A |
Focus to an element appears last on the display |
u |
Reopen nearest closed tab |
U |
Search recently closed tab |
C-h |
Search histories in the current tab |
b |
Search bookmarks and open it in the current tab |
B |
Search bookmarks and open it in a new tab |
f |
Follow a link in the current tab |
F |
Follow a link in a new tab |
v |
Enter the visual mode to select a text |
i or a |
Enter the insert mode |
: |
Enter the command mode |