diff --git a/cheat_sheet.md b/cheat_sheet.md index 65c2086..de8d41c 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -1,5 +1,12 @@ # VIM Cheat Sheet +## Install vim-plug + +``` +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` + ## Split - `s` or `:sp` split with line running horizontally