From 177f8ca237ff2f5618c44a930bcfe4c9907c4eb8 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 19 Mar 2021 21:21:27 -0400 Subject: [PATCH] Update cheat_sheet.md --- cheat_sheet.md | 7 +++++++ 1 file changed, 7 insertions(+) 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