Skip to content

Instantly share code, notes, and snippets.

@morristech
Forked from ericmillsio/Vimium Cheatsheet
Created June 8, 2018 18:55
Show Gist options
  • Select an option

  • Save morristech/6438bc2677bb6cab6ac231cb1af6206f to your computer and use it in GitHub Desktop.

Select an option

Save morristech/6438bc2677bb6cab6ac231cb1af6206f to your computer and use it in GitHub Desktop.

Revisions

  1. @luigi luigi created this gist Feb 23, 2010.
    25 changes: 25 additions & 0 deletions Vimium Cheatsheet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@

    h scroll left
    j scroll down
    k scroll up
    l scroll right
    gg scroll to top of the page
    G scroll to bottom of the page
    f activate link hints mode to open in current tab
    F activate link hints mode to open in new tab
    r reload
    gf view source
    zi zoom in
    zo zoom out
    / enter find mode -- esc to cancel
    n cycle forward to the next find match
    N cycle backward to the previous find match
    i enter insert mode -- esc to exit
    yy copy the current url to the clipboard
    ba go back in history
    fw go forward in history
    J go one tab left
    K go one tab right
    t create tab
    d close current tab
    u restore closed tab (unwind the 'd' command)