mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
add missing linebreaks in cheatsheet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user