From e4a9c8c5c29302bc3cc6a6dfca157615c2dc7c12 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Mar 2021 15:38:58 -0400 Subject: [PATCH] Update cheat_sheet.md --- cheat_sheet.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/cheat_sheet.md b/cheat_sheet.md index e62ef7c..65c2086 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -1,34 +1,5 @@ # VIM Cheat Sheet -## Setup - -Install vim-plug: - -``` -curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -``` - -clone repo and - -``` -ln -s /path/to/cloned/repo/.vimrc ~/.vimrc -``` - -then open vim and - -``` -:PlugInstall -``` - -then - -``` -source ~/.vimrc -``` - -or reopen vim - ## Split - `s` or `:sp` split with line running horizontally