Onivim 2 User Manual

Onivim 2 User Manual

  • Early Access
  • About
  • Timeline
  • Docs

Scroll relative to cursor

Use zz, zb, and zt to scroll the buffer, relative to cursor position

Keys Used:

  • zz - Center cursor line in viewport
  • zt - Move viewport such that cursor line is at the top
  • zb - Move viewport such that cursor line is at the bottom

Move up and down a buffer

Use gg and G to quickly move up and down the buffer.

Keys Used:

  • gg - move to first line in buffer
  • G - move to last line in buffer
  • 50G - move to line 50 in buffer

Working with window splits

It's easy to create and navigate window splits in Onivim, without touching the mouse.

Keys Used:

  • Control+w v - Create new vertical split
  • Control+w s - Create new horizontal split
  • Control+w h - Focus window to the left of the current one
  • Control+w j - Focus window below the current one
  • Control+w l - Focus window to the right of the current one
  • Control+w k - Focus window above the current one

Edit strings like a Ninja

The change operator, combined with the in-string motion, is a powerful combo - letting you strike and edit strings from afar.

Keys Used:

  • c - Change operator
  • i" - In string motion
Onivim 2 User Manual
Docs
Getting StartedBasic UsageFor DevelopersFAQ
Community
RedditDiscordTwitter
More
GitHubStar
Copyright © 2022 Outrun Labs, LLC