add missing linebreaks in cheatsheet

This commit is contained in:
Thomas Ruoff
2018-02-26 23:03:45 +01:00
parent aefbf844dc
commit cd6976ff20

View File

@@ -6,6 +6,7 @@ Generel stuff that I need to get into my muscle memory.
* `C-L` - clear highlight
## yanking
* `"ay` - replace content of register 'a'
* `"Ay` - append to content of register 'a'
* `y` - will put stuff in the default register `""` and `"0`
@@ -17,14 +18,15 @@ Generel stuff that I need to get into my muscle memory.
systems
* `"+` - the system clipboard on all operating systems
## unimpared
* `]b` - :bnext
* `[b` - :bprevious
* `]B` - :bfirst
* `[B` - :blast
## surround
* `cs"'` - changes surrouding " to '
## Grepper