From 8423f8c22e1b434773c40a4e5cd5300538ff1f25 Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Sat, 1 Aug 2020 22:45:29 +0800 Subject: modified README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5879d7..3e849ff 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,15 @@ This is my Neovim configuration. **`S`** : save current file (same as command `:w` in default Settings) ### 2 Cursor Movement -| Shortcut | Action | -|-----------|---------| +| 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 | -- cgit v1.2.1