1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update readme

This commit is contained in:
jdhao 2020-09-30 11:11:58 +08:00
parent 85c9c79dc9
commit 8f4d4d9b49

View File

@ -49,7 +49,6 @@ In the following shortcuts, `<leader>` represents the `,` character.
| `<leader>cd` | Normal | Change current directory to where current file is |
| `<leader>y` | Normal | Copy the content of entire buffer to default register |
| `<leader>cl` | Normal | Toggle cursor column |
| `<Space>s` | Normal | Toggle the sidebar (show project tree view) |
| `<space>t` | Normal | Toggle tag window (show project tags in the right window) |
| `<F11>` | Normal | Toggle spell checking |
| `<F12>` | Normal | Toggle paste mode |