summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-11-12 22:32:15 +0800
committerMineralwaterXu <[email protected]>2020-11-12 22:32:15 +0800
commitafa094a0b16a04662e846f9ab3ef73645d821cb9 (patch)
tree14d04ed91f64e4156d7189d5d6492ab028377915 /README.md
parent32832331bdd8917183c9e1f23f0e5d972514b9d8 (diff)
modified README.md for vim visual multi
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index bd5b420..2b5d319 100644
--- a/README.md
+++ b/README.md
@@ -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)