diff options
| author | MineralwaterXu <[email protected]> | 2020-08-03 22:07:56 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-08-03 22:07:56 +0800 |
| commit | e510d0956e89e7c2bae59f013e92a02cd59b3036 (patch) | |
| tree | d45442d2b4011ec3e2ee84059525682aac91ebd9 /README.md | |
| parent | 4e7459af96280385e802bddd3e5f3012d62d2fbb (diff) | |
modified README.md
Diffstat (limited to 'README.md')
| -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) |
