aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-05 11:20:34 +0800
committerjdhao <jdhao@hotmail.com>2021-12-05 11:20:34 +0800
commitdd61f1da8c16df691b1a063c969a4a11b3c4fd63 (patch)
tree91492cd5e388b7f7a64edcfe42061fb3ea19ff1d /README.md
parent9e6a71c32df9659c2b0b2115e7c28afd710c68a0 (diff)
more fugitive shortcut
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 603cadd..0bd1117 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,8 @@ represents ASCII character `,`.
| `<leader>cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer |
| `<space>t` | Normal | Linux/macOS/Win | Toggle tag window (show project tags in the right window) |
| `<leader>gs` | Normal | Linux/macOS/Win | Show Git status result |
+| `<leader>gw` | Normal | Linux/macOS/Win | Run Git add for current file |
+| `<leader>gd` | Normal | Linux/macOS/Win | Run git diff for current file |
| `<leader>gc` | Normal | Linux/macOS/Win | Run git commit |
| `<F9>` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) |
| `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking |