Show Menu
Cheatography

vim vixen firefox addon Cheat Sheet by

Cheat sheet for the firefox addon vimux

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
search mode searches for a string in current tab.
find mode marks all links in current tab then choose one with the shown key

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
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Selenium WebDriver Cheat Sheet Cheat Sheet
          Cypressio Cheat Sheet
          ISTQB Test Automation Engineering Cheat Sheet

          More Cheat Sheets by mutanclan

          tmux shortcuts Cheat Sheet
          vim tpope/vim-surround Cheat Sheet