vimus

By aeosynth Last update Jul 12, 2011 — Installed 368 times.


Script Summary: VIM UserScript

Version: 0.3.2

Copyright: 2010, 2011 James Campos <james.r.campos@gmail.com>

License: MIT; http://en.wikipedia.org/wiki/Mit_license

^ (carat) = ctrl. ^a = ctrl + a.

Insert Mode

<Esc> return to normal mode
^a move to beginning of line
^b move to previous character
^d delete following character
^e move to end of line
^f move to next character
^h delete previous character
^k delete to end of line
^u delete to beginning of line
^w delete to beginning of word

Normal Mode

G scroll to page bottom
H history - back
L history - forward
U go to root page
^a increment url
d close tab (firefox note: dom.allow_scripts_to_close_windows in about:config must be true)
g scroll to page top
h scroll left
j scroll down
k scroll up
l scroll right
m{mark} set {mark}
r refresh page
u go to parent page
^x decrement url
[ go to previous page
] go to next page
'{mark} scroll to {mark}