Skip to content

Instantly share code, notes, and snippets.

@humorless
Last active January 15, 2020 04:38
Show Gist options
  • Save humorless/e79174c0f72355dc64ac7280ca2d2b58 to your computer and use it in GitHub Desktop.
Save humorless/e79174c0f72355dc64ac7280ca2d2b58 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