From b2959e8acf2b5e78a192bd0a8aaabf36e4c55d61 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 4 Jan 2022 00:38:34 +0800 Subject: [PATCH] docs: update mappings --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b2eaa..4456d4c 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,6 @@ represents ASCII character `,`. | `q` | Normal | Linux/macOS/Win | Quit current window | | `Q` | Normal | Linux/macOS/Win | Quit all window and close Nvim | | `w` | Normal | Linux/macOS/Win | Save current buffer content | -| `cd` | Normal | Linux/macOS/Win | Change current directory to where current file is | | `y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register | | `cl` | Normal | Linux/macOS/Win | Toggle cursor column | | `cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer | @@ -159,6 +158,8 @@ represents ASCII character `,`. | `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 | +| `gpl` | Normal | Linux/macOS/Win | Run git pull | +| `gpu` | Normal | Linux/macOS/Win | Run git push | | `` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) | | `` | Normal | Linux/macOS/Win | Toggle spell checking | | `` | Normal | Linux/macOS/Win | Toggle paste mode |