summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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)