diff options
| author | MineralwaterXu <[email protected]> | 2020-08-01 22:45:29 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-08-01 22:45:29 +0800 |
| commit | 8423f8c22e1b434773c40a4e5cd5300538ff1f25 (patch) | |
| tree | e2aca97dcdd852aeae87af5fea860d72346260bd /README.md | |
| parent | 454a8bc04749857666107adc1f317a5114993a07 (diff) | |
modified README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 | |
