index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (528B) | |
--- | |
1 chrome keys | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 This patch offers alternative keybindings that are both more Vim-like | |
8 and more Chrome-like. Specifically, mod-{h,j,k,l} (small jump) and | |
9 mod-{b,f} (page jump) are mapped to navigation within the current | |
10 window, mod-o and mod-i navigate the history (as they do in Vim), | |
11 mod-u is view source, and mod-shift-u opens the inspector. | |
12 | |
13 Download | |
14 -------- | |
15 | |
16 * [surf-0.6-chromekeys.diff](surf-0.6-chromekeys.diff) (20140519) | |
17 | |
18 Author | |
19 ------ | |
20 | |
21 * Steven Dee (mrdomino) <[email protected]> |