diff options
| author | MineralwaterXu <[email protected]> | 2020-11-12 22:32:15 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-11-12 22:32:15 +0800 |
| commit | afa094a0b16a04662e846f9ab3ef73645d821cb9 (patch) | |
| tree | 14d04ed91f64e4156d7189d5d6492ab028377915 /README.md | |
| parent | 32832331bdd8917183c9e1f23f0e5d972514b9d8 (diff) | |
modified README.md for vim visual multi
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -75,15 +75,15 @@ In my configuration, **`<SPACE>`** is the **`<LEADER>`** key, which was **`\`** | `j` | Older Version | ### 8 Vim Visual Multi -| Shortcut | Action | -|---------------------------------|----------------------------------------------------------| -| `Ctrl` + `n` | Select Words(like `Ctrl` + `d` in Sublime Text/VS Code). | -| `Ctrl` + `Down` / `Ctrl` + `Up` | Create cursors vertically. | -| `Shift` + `Arrows` | Select one character at a time. | -| `n` / `N` | Get next/previous occurence. | -| `[` / `]` | Select next/previous cursor. | -| `q` | Skip current and get next occurence. | -| `Q` | Remove current cursor/selection. | +| Shortcut | Action | +|---------------------------------|------------------------------------------------------------| +| `Ctrl` + `n` | Select Words(like `Ctrl` + `d` in Sublime Text / VS Code). | +| `Ctrl` + `Down` / `Ctrl` + `Up` | Create cursors vertically. | +| `Shift` + `Arrows` | Select one character at a time. | +| `n` / `N` | Get next / previous occurence. | +| `[` / `]` | Select next / previous cursor. | +| `q` | Skip current and get next occurence. | +| `Q` | Remove current cursor / selection. | ## vim-plug ### [vim-bufferline](https://github.com/bling/vim-bufferline) |
