Skip to content

Instantly share code, notes, and snippets.

@nicksarafa
Forked from vapidbabble/Vimium Cheatsheet
Last active June 5, 2017 20:02
Show Gist options
  • Save nicksarafa/6f87cd06196f8fa0266aee5c3a59967d to your computer and use it in GitHub Desktop.
Save nicksarafa/6f87cd06196f8fa0266aee5c3a59967d to your computer and use it in GitHub Desktop.

Vimium Cheatsheet

/ - enter find mode

F - activate link hints mode to open in new tab

G - scroll to bottom of the page

J - go one tab left

K - go one tab right

N - cycle backward to the previous find match

d - close current tab

f - activate link hints mode to open in current tab

h - scroll left

i - enter insert mode

j - scroll down

k - scroll up

l - scroll right

n - cycle forward to the next find match

r - reload

t - create tab

u - restore closed tab (unwind the d command)

y - copy the current url to the clipboard

ba - go back in history

fw - go forward in history

gf - view source

gg - scroll to top of the page

zi - zoom in

zo - zoom out


esc - exit using your keyboard escape key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment