Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent 0a344647cd
commit 3b2da1c353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,12 +25,17 @@
## Auto Complete
- `<ctrl-x><ctrl-o>` - omni completion
- `<ctrl-y>,` - emmet
- `<ctrl-]>` - abbreviations
- `<ctrl-n>` - word completion
- `<ctrl-x><ctrl-o>` omni completion
- `<ctrl-y>,` emmet
- `<ctrl-]>` abbreviations
- `<ctrl-n>` word completion
## Navigation
- `<ctrl-f>` page down
- `<ctrl-b>` page up
## Commands
- `:%s/\s\+$//e` trim ending whitespace
- `:%retab!` convert spaces to tabs

Loading…
Cancel
Save