v1.0.3: mostly malvim improvements
malvim: search, d$, %. fix w and m in mono font. apply some clippy lint suggestions
This commit is contained in:
@@ -16,5 +16,9 @@
|
||||
- Alt+J: Move window to bottom edge
|
||||
- Alt+K: Move window to top edge
|
||||
- Alt+L: Move window to right edge
|
||||
- Alt+n: Expand window width
|
||||
- Alt+m: Expand window height
|
||||
- Alt+N: Shrink window width
|
||||
- Alt+M: Shrink window height
|
||||
- Alt+1, Alt+2, ..., Alt+[n], ..., Alt+9: Switch to workspace [n]
|
||||
- Alt+shift+1, Alt+shift+2, ..., Alt+shift+[n], ..., Alt+shift+9: Move window to workspace [n]
|
||||
|
||||
@@ -12,6 +12,7 @@ It is probably best to read a Vim tutorial for the basics. All supportd keystrok
|
||||
- `t[abe] <file>`, `[tab]n`, `[tab]p`
|
||||
- `q[uit]`
|
||||
- `w[rite]`
|
||||
- `/<query>`
|
||||
|
||||
Tab completion is supported for the `<file>` argument.
|
||||
|
||||
@@ -23,6 +24,7 @@ Tab completion is supported for the `<file>` argument.
|
||||
- `r`
|
||||
- `dd`
|
||||
- `dw`
|
||||
- `d$`
|
||||
- `G`
|
||||
- `gg`
|
||||
- `<number>gg`
|
||||
@@ -32,6 +34,7 @@ Tab completion is supported for the `<file>` argument.
|
||||
- `h` (or left arrow), `j` (or down arrow), `k` (or up arrow), `l` (or right arrow)
|
||||
- `<num>h`, `<num>j` (or down arrow), `<num>k` (or up arrow), `<num>l`
|
||||
- `0`, `^`, `$`
|
||||
- `%`
|
||||
|
||||
### Malvim Specific
|
||||
|
||||
|
||||
Reference in New Issue
Block a user