aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-09-25 23:39:33 +0800
committerjdhao <jdhao@hotmail.com>2022-09-25 23:39:33 +0800
commit5ecb74ad85e424ed0d75a32b0e3a3e62c58c13ab (patch)
tree17d54fa839a7a61a97d702c5d7be97d0a3e8f431 /README.md
parent773003b71b1c0d141e94a290431affddcfa40814 (diff)
more mapping and doc update for gitlinker
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 5114921..dbb4dd7 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,8 @@ Some of the shortcuts I use frequently are listed here. In the following shortcu
| `<leader>gc` | Normal | Linux/macOS/Win | Run git commit |
| `<leader>gpl` | Normal | Linux/macOS/Win | Run git pull |
| `<leader>gpu` | Normal | Linux/macOS/Win | Run git push |
+| `<leader>gl` | Normal/Visual | Linux/macOS/Win | Get perm link for current/visually-select lines
+| `<leader>gb` | Normal | macOS | Browse current git repo in browser
| `<F9>` | Normal | Linux/macOS/Win | Compile&run current source file (for C++, LaTeX, Lua, Python) |
| `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking |
| `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode |