Skip to content

Instantly share code, notes, and snippets.

@vinicius5581
Created November 23, 2017 20:04
Show Gist options
  • Save vinicius5581/f5c9f3cd02614ffccb0f3deb6c05bf7f to your computer and use it in GitHub Desktop.
Save vinicius5581/f5c9f3cd02614ffccb0f3deb6c05bf7f to your computer and use it in GitHub Desktop.
Reset VIM to plain vanilla install
#!/bin/bash
cd ~
mv .vimrc .vimrc-old
mv .vim .vim-old
touch .vimrc
mkdir .vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment