summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78b199a..538f57c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
# Neovim
+
This is my Neovim configuration.
## Keyboard Shortcuts
+
**`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)