-
Notifications
You must be signed in to change notification settings - Fork 0
/
kb-firefox
75 lines (66 loc) · 1.58 KB
/
kb-firefox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Firefox keybindings
Assuming that you have vim vixen
## Stared keybindings
* g - to go to tab
* zi/zo - zoom in/out
## Basic
* : - command mode
* a - add bookmark
* gf - page source
* <S-ESC> - toggle addon
* gi - focus input
* H - navigate in history backwards
* L - navigate in history forward
* zi - zoom in
* zo - zoom out
* zz - zoom neutral
* m - set mark prefix
* ' - set jump mark prefix
## Url and link navigation
* gU - navigate to url's base
* gu - navigate to parent url
* y - yank url
* p - paste url
* P - paste url in new tab and alter
* [[ - navigate to next link
* ]] - navigate to previous link
## Scrolling
* 0 - scroll home
* k - scroll up
* j - scroll down
* h - scroll left
* l - scroll right
* <C-u> - scroll half page up
* <C-d> - scroll half page down
* <C-b> - scroll full page up
* <C-f> - scroll full page down
* gg - scroll top
* G - scroll bottom
* $ - scroll to end
## Windows
* w - open window don't alter
* W - open window and alter
## Search and find mode
* / - search mode
* n - search next
* N - search previous
* f - find mode
* F - find mode open new tab
## Tabs
* b - open buffer/tab menu
* t - open new tab but don't alter
* T - open new tab and alter
* d - close tab
* !d - force close tab
* u - reopen tab
* K or gT - previous tab
* J or gt - next tab
* g0 - first tab
* g$ - last tab
* <C-6> - tab select previous
* r - reload tab
* R - reload tab with cache
* zp - toggle pinned tab
* zd - duplicate tab
Based on vim vixen firefox addon Cheat Sheet by mutanclan
https://cheatography.com/mutanclan/cheat-sheets/vim-vixen-firefox-addon/