VIMperator

From Colettapedia
Revision as of 16:07, 6 April 2009 by Ccoletta (talk | contribs) (New page: ==Getting Started== * :set go+=mTB<CR> = put the menubar, the navigation bar and the bookmark bar back. * :set go=<CR> = reverse above action ==Getting help== * :help :help<CR> = help on ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting Started

  • :set go+=mTB<CR> = put the menubar, the navigation bar and the bookmark bar back.
  • :set go=<CR> = reverse above action

Getting help

  • :help :help<CR> = help on help
  • :help '{option_name}'

Scrolling

  • j/k = down, up one line
  • h/l = scroll left/right
  • <space> / ctrl-b = scroll down/up one page
  • ctrl-d/ctrl-u = scroll down/up 1/2 page
  • ctrl-o = go back in this tab's history
  • ctrl-i = go forward in this tab's history
  • gt/ctrl-n = go to the next tab
  • gT/ctrl-p = go to the previous tab
  • g0/g$ = go to the first/last tab
  • d = delete this tab
  • :open my.webmail.com<CR> = omy.webmail.com<CR>
  • :tabopen vimperator.org<CR> = tvimperator.org<CR>

Navigating

  • QuickHint mode
    • hit f to open the link in the current tab
    • hit F to open the link in a new tab
  • ctrl-o/d to get back, respectively

Quitting

  • :xall / ZZ - command to quit and save the current browsing session for next time; the default.
  • :qall / ZQ - command to quit without saving the session