From dd61f1da8c16df691b1a063c969a4a11b3c4fd63 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 5 Dec 2021 11:20:34 +0800 Subject: more fugitive shortcut --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 `,`. | `cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer | | `t` | Normal | Linux/macOS/Win | Toggle tag window (show project tags in the right window) | | `gs` | Normal | Linux/macOS/Win | Show Git status result | +| `gw` | Normal | Linux/macOS/Win | Run Git add for current file | +| `gd` | Normal | Linux/macOS/Win | Run git diff for current file | | `gc` | Normal | Linux/macOS/Win | Run git commit | | `` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) | | `` | Normal | Linux/macOS/Win | Toggle spell checking | -- cgit v1.2.3