summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-08-03 22:07:56 +0800
committerMineralwaterXu <[email protected]>2020-08-03 22:07:56 +0800
commite510d0956e89e7c2bae59f013e92a02cd59b3036 (patch)
treed45442d2b4011ec3e2ee84059525682aac91ebd9
parent4e7459af96280385e802bddd3e5f3012d62d2fbb (diff)
modified README.md
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index c00ddaa..1035dba 100644
--- a/README.md
+++ b/README.md
@@ -15,18 +15,18 @@ Special thanks to @theniceboy.
**`S`** : save current file (same as command `:w` in default Settings)
### 2 Cursor Movement
-| Shortcut | Action | Equivalent |
-|-----------|-------------------------------|-------------|
-| `K` | Cursor up 5 terminal lines | `5k` |
-| `J` | Cursor down 5 terminal lines | `5j` |
+| Shortcut | Action | Equivalent |
+|-----------|--------------------------------|-------------|
+| `K` | Cursor up 5 terminal lines. | `5k` |
+| `J` | Cursor down 5 terminal lines. | `5j` |
### 3 Split Screen
-| Shortcut | Action |
-|-----------|------------------------------------------------------------------------------|
-| `s` `k` | Create a new horizontal split screen and place it above the current window |
-| `s` `j` | Create a new horizontal split screen and place it below the current window |
-| `s` `h` | Create a new vertical split screen and place it left to the current window |
-| `s` `l` | Create a new vertical split screen and place it right to the current window |
+| Shortcut | Action |
+|-----------|-------------------------------------------------------------------------------|
+| `s` `k` | Create a new horizontal split screen and place it above the current window. |
+| `s` `j` | Create a new horizontal split screen and place it below the current window. |
+| `s` `h` | Create a new vertical split screen and place it left to the current window. |
+| `s` `l` | Create a new vertical split screen and place it right to the current window. |
## vim-plug
### [vim-bufferline](https://github.com/bling/vim-bufferline)
### [vim-bolt](https://github.com/bpietravalle/vim-bolt)