mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
use C instead of CTRL in cheetsheet
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Generel stuff that I need to get into my muscle memory.
|
Generel stuff that I need to get into my muscle memory.
|
||||||
|
|
||||||
* `CTRL-W [hjkl]` - switch to window left, above, below, right
|
* `C-W [hjkl]` - switch to window left, above, below, right
|
||||||
|
|
||||||
## yanking
|
## yanking
|
||||||
* `"ay` - replace content of register 'a'
|
* `"ay` - replace content of register 'a'
|
||||||
@@ -11,7 +11,7 @@ Generel stuff that I need to get into my muscle memory.
|
|||||||
* `d` - will put stuff just in the default register `""` - so `"0p` will still
|
* `d` - will put stuff just in the default register `""` - so `"0p` will still
|
||||||
paste the last yank
|
paste the last yank
|
||||||
* `3yy` - yank next three lines
|
* `3yy` - yank next three lines
|
||||||
* `CTRL-r +` - paste register '+' in insert mode
|
* `C-r +` - paste register '+' in insert mode
|
||||||
* `"*` - linux the PRIMARY clipboard, system clipboard on other operating
|
* `"*` - linux the PRIMARY clipboard, system clipboard on other operating
|
||||||
systems
|
systems
|
||||||
* `"+` - the system clipboard on all operating systems
|
* `"+` - the system clipboard on all operating systems
|
||||||
|
|||||||
Reference in New Issue
Block a user