Skip to content

Instantly share code, notes, and snippets.

@michaelcontento
Created March 1, 2013 20:17
Show Gist options
  • Save michaelcontento/5067448 to your computer and use it in GitHub Desktop.
Save michaelcontento/5067448 to your computer and use it in GitHub Desktop.
set rnu
au InsertEnter * :set nu
au InsertLeave * :set rnu
au FocusLost * :set nu
au FocusGained * :set rnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment