Skip to content

Instantly share code, notes, and snippets.

@micrub
Forked from humorless/neovim.md
Created February 16, 2018 22:00
Show Gist options
  • Save micrub/1198cc019cce90ce54d8fecff28a48ec to your computer and use it in GitHub Desktop.
Save micrub/1198cc019cce90ce54d8fecff28a48ec to your computer and use it in GitHub Desktop.
How to install neovim in Ubuntu-14.04 & using terminal mode

Install neovim in ubuntu 14.04

sudo add-apt-repository ppa:neovim-ppa/unstable 
sudo apt-get update
sudo apt-get install neovim

Using terminal mode

  1. Enter terminal mode
:term
  1. Enter normal mode in terminal mode
<C-\><C-N>
  1. Back to original file
<C-O>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment