|
|
|
@ -52,8 +52,17 @@
|
|
|
|
- `dvb` delete backward to beginning of word including current char
|
|
|
|
- `dvb` delete backward to beginning of word including current char
|
|
|
|
- `x` delete current char
|
|
|
|
- `x` delete current char
|
|
|
|
- `X` delete previous char
|
|
|
|
- `X` delete previous char
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- `/` find
|
|
|
|
|
|
|
|
- `n` find next match
|
|
|
|
|
|
|
|
- `N` find previous match
|
|
|
|
|
|
|
|
- `:noh` stop search highlight
|
|
|
|
- `:%s/wordtochange/changedvalue/gc` search/replace
|
|
|
|
- `:%s/wordtochange/changedvalue/gc` search/replace
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Copying
|
|
|
|
## Copying
|
|
|
|
|
|
|
|
|
|
|
|
- `"+y` copys visual selection to clipboard
|
|
|
|
- `"+y` copys visual selection to clipboard
|
|
|
|
|