diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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) |
