summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3e67b1..78b199a 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-# nvim
+# 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)