Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent 8aef9509e9
commit 177f8ca237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
- `<ctrl-w>s` or `:sp` split with line running horizontally

Loading…
Cancel
Save