Onivim 2 User Manual

Onivim 2 User Manual

  • Early Access
  • About
  • Timeline
  • Docs

›Getting Started

Getting Started

  • Why Onivim?
  • Installation
  • Vim Differences
  • Tips for Vim Users
  • Tips for VSCode Users
  • Modal Editing 101

Basic Usage

  • Moving Around
  • Editing and Deleting Text
  • Visual Mode (Selection)
  • Working with Files
  • Formatting
  • Language Features
  • Command Line
  • Integrated Terminal
  • Emmet
  • Snippets

Configuration

  • Settings
  • Key Bindings
  • Extensions

Languages

  • Reason & OCaml
  • ReScript
  • Python
  • Go
  • Java
  • C / C++
  • C#
  • Rust

For Developers

  • Architecture
  • Building from Source
  • How to Contribute
  • Style Guide
  • License Key Bounty

Other

  • FAQ
  • Appendix A: v2 Design Doc
  • Appendix B: More Resources
Edit

Installation

While we're developing Onivim 2, the latest builds are available at our early access portal.

System Requirements

OSX

  • Requires OSX 10.13+

NOTE: Apple Silicon ARM Macs are not yet supported - tracking in issue #2708.

Windows

  • x64 Only
  • Windows 8+ or higher

Linux

  • x64 Only
  • glibc 2.17+

Tested on:

  • Ubuntu 16.04 +
  • CentOS 7+
  • Manjaro

Guide

OSX (10.13+)

  1. Download Onivim2 for macOS.
  2. Double-click on the downloaded DMG to expand the contents.
  3. Drag Onivim2 to the Applications Folder
  4. Open Finder (Command+Space) and type Onivim2, press Enter.

NOTE: A gatekeeper dialog will open on the first run - press 'Open' to start the application.

  1. OPTIONAL: Add Onivim2 to your Dock by right-clicking on the icon to bring up the context menu, and choosing Options, Keep in Dock.

  2. OPTIONAL: Add oni2 to your PATH so that it can be launched from the terminal: Adding oni2 to PATH on OSX

Windows (x64)

  1. Download the Onivim 2 Installer for Windows.
  2. Once it is downloaded, run the installer (Onivim2.exe).

NOTE: Even though the app is code-signed, SmartScreen may show up as the app builds up 'reputation'. Microsoft establishes the reputation of an executable based on the number of installations; so we need to build up some 'reputation'.

Validate that the publisher is listed as "Outrun Labs, LLC" and you can proceed with the installation.

  1. By default, the setup program installs Onivim 2 in C:\Program Files\Onivim2\Oni2.exe.

Linux (x64)

  1. Download the Onivim 2 AppImage for Linux.
  2. $ cd ~/Downloads
  3. $ chmod u+x Onivim2-*.AppImage
  4. $ ./Onivim2-*.AppImage
← Why Onivim?Vim Differences →
  • System Requirements
    • OSX
    • Windows
    • Linux
  • Guide
    • OSX (10.13+)
    • Windows (x64)
    • Linux (x64)
Onivim 2 User Manual
Docs
Getting StartedBasic UsageFor DevelopersFAQ
Community
RedditDiscordTwitter
More
GitHubStar
Copyright © 2022 Outrun Labs, LLC