Open rogerxu opened 7 years ago
d
- scroll half-page downe
- scroll half-page up50g%
- scroll 50 percent down the pageH
, S
- go backL
, D
- go forward<
- move tab left>
- move tab rightK
- navigate to the next tabJ
- navigate to the previous tabg0
- navigate to the first tabg$
- navigate to the last tabx
- close the current tabX
- open the last closed tabr
- reload the current tabgR
- reload the current tab + local cachegq
- stop the current tab from loadinggQ
- stop all tabs from loadingt
- :tabnew
T
- :tabnew <current url>
o
- :open
O
- :open <current url>
b
- :bookmarks
B
- navigate to another active tabI
- :history
a
- alias to :tabnew google
g+
- increment the first number in the URL pathg-
- decrement the first number in the URL pathf
- open link in current tabF
- open link in new tabW
- open link in new windowgy
- copy URL from link to clipboardgr
- reverse image searchyy
- copy the URL of the current page to the clipboardyY
- copy the URL of the current frame to the clipboardp
- open the clipboard selectionP
- open the clipboard selection in a new tabgd
- go to Downloadsge
- go to Extensionsgs
- view source codegu
- go up one path in the URLgU
- go to the base URL:
- open command barg+
- increment the first number in the URL path (e.g www.example.com/5 => www.example.com/6)g-
- decrement the first number in the URL path (e.g www.example.com/5 => www.example.com/4)zi
- zoom inzo
- zoom outz0
- zoom to original size/
- search?
- reverse searchn
- next resultN
- previous resultv
- enter visual/caret modeV
- enter visual line mode<Esc>
- exit current modev
- toggle visual modep
- open highlighted text in current tabP
- open highlighted text in new tabCtrl-i
- move cursor to the beginning (bash is Ctrl-a
)Ctrl-e
- move cursor to the end (same as bash)Ctrl-h
- move cursor back one word (bash is Alt-b
)Ctrl-l
- move cursor forward one word (bash is Alt-f
)Ctrl-j
- move cursor down one lineCtrl-k
- move cursor up one lineCtrl-u
- delete to the beginning (same as bash)Ctrl-o
- delete to the end (bash is Ctrl-k
)Ctrl-y
- delete back one word (bash is Alt-Backspace
)Ctrl-p
- delete forward one word (bash is Alt-d
).
- repeat the last commandzr
- restart
1995eaton/chromium-vim: Vim bindings for Google Chrome.