Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent d558b252b4
commit 842db57b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,10 @@
- `X` delete previous char - `X` delete previous char
- `:%s/wordtochange/changedvalue/gc` search/replace - `:%s/wordtochange/changedvalue/gc` search/replace
## Copying
- `"+y` copys visual selection to clipboard
## Formatting ## Formatting
- `=` auto indent selection/line - `=` auto indent selection/line
@ -56,7 +60,8 @@
## Selection ## Selection
- `<shift-V>` visual-line - `v` visual-line
- `V` visual-line
- `<ctrl-v>` visual block - `<ctrl-v>` visual block
- `<option-click>` visual block, highlight from start to click point - `<option-click>` visual block, highlight from start to click point

Loading…
Cancel
Save