diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ # Neovim - This is my Neovim configuration. - ## Keyboard Shortcuts - +### 1 Basics **`i`** : switch to **`INSERT`** : mode **`Q`** : quit current Neovim window (same as command `:q` in default Settings) **`S`** : save current file (same as command `:w` in default Settings) + +### 2 Cursor Movement +| Shortcut | Action | +|-----------|---------| |
