mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +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
|
* `C-L` - clear highlight
|
||||||
|
|
||||||
## yanking
|
## yanking
|
||||||
|
|
||||||
* `"ay` - replace content of register 'a'
|
* `"ay` - replace content of register 'a'
|
||||||
* `"Ay` - append to content of register 'a'
|
* `"Ay` - append to content of register 'a'
|
||||||
* `y` - will put stuff in the default register `""` and `"0`
|
* `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
|
systems
|
||||||
* `"+` - the system clipboard on all operating systems
|
* `"+` - the system clipboard on all operating systems
|
||||||
|
|
||||||
|
|
||||||
## unimpared
|
## unimpared
|
||||||
|
|
||||||
* `]b` - :bnext
|
* `]b` - :bnext
|
||||||
* `[b` - :bprevious
|
* `[b` - :bprevious
|
||||||
* `]B` - :bfirst
|
* `]B` - :bfirst
|
||||||
* `[B` - :blast
|
* `[B` - :blast
|
||||||
|
|
||||||
## surround
|
## surround
|
||||||
|
|
||||||
* `cs"'` - changes surrouding " to '
|
* `cs"'` - changes surrouding " to '
|
||||||
|
|
||||||
## Grepper
|
## Grepper
|
||||||
|
|||||||
Reference in New Issue
Block a user