diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-04 00:38:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-04 00:38:34 +0800 |
| commit | b2959e8acf2b5e78a192bd0a8aaabf36e4c55d61 (patch) | |
| tree | 39eb80f1d663c0e86a2cf9921984ac051dc14afe | |
| parent | b5ec8d2a91c2cfcfd965a10b342480e60bf555d3 (diff) | |
docs: update mappings
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -150,7 +150,6 @@ represents ASCII character `,`. | `<leader>q` | Normal | Linux/macOS/Win | Quit current window | | `<leader>Q` | Normal | Linux/macOS/Win | Quit all window and close Nvim | | `<leader>w` | Normal | Linux/macOS/Win | Save current buffer content | -| `<leader>cd` | Normal | Linux/macOS/Win | Change current directory to where current file is | | `<leader>y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register | | `<leader>cl` | Normal | Linux/macOS/Win | Toggle cursor column | | `<leader>cd` | Normal | Linux/macOS/Win | Change current working directory to to the dir of current buffer | @@ -159,6 +158,8 @@ represents ASCII character `,`. | `<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 | +| `<leader>gpl` | Normal | Linux/macOS/Win | Run git pull | +| `<leader>gpu` | Normal | Linux/macOS/Win | Run git push | | `<F9>` | Normal | Linux/macOS/Win | Run current source file (for Python, C++) | | `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking | | `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode | |
