From e510d0956e89e7c2bae59f013e92a02cd59b3036 Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Mon, 3 Aug 2020 22:07:56 +0800 Subject: modified README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.1