Skip to content

Instantly share code, notes, and snippets.

@joshbetz
Created December 1, 2014 18:18
Show Gist options
  • Save joshbetz/271f612479de27f6d958 to your computer and use it in GitHub Desktop.
Save joshbetz/271f612479de27f6d958 to your computer and use it in GitHub Desktop.
" relative line numbers
set relativenumber
autocmd InsertEnter * :set number
autocmd InsertLeave * :set relativenumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment