|
|
@ -27,6 +27,7 @@ Note: Some features require version 8+ of vim. For instance, the ALE plugin whic |
|
|
|
``` |
|
|
|
<v><e><y> # select to end of word/variable and yank |
|
|
|
<c><t><)> # cut everything before ) [eg func(text-to-cut)] |
|
|
|
<shift><v>,gq # Select and wrap current line |
|
|
|
``` |
|
|
|
|
|
|
|
### Incrementing a column of numbers |
|
|
|