diff options
| author | jdhao <jdhao@hotmail.com> | 2020-03-09 11:09:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-09 11:09:05 +0800 |
| commit | 7f2985a146a3b77b3508dbb74c9ae5415e71529d (patch) | |
| tree | 17a75febe304d96ef6fe13d531625286a7a9202b /README.md | |
| parent | 19420932cf0f8e7e5a33016b6210ed7fc60a6cfc (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -37,18 +37,18 @@ itself and the configuration on different platforms (Linux, MacOS and Windows). In the following shortcuts, `<leader>` represents `,` character. -| Shortcut | Description | -|--------------|---------------------------------------------------------------| -| `<leader>s` | Toggle the sidebar (show project tree view) | -| `<leader>f` | Open file fuzzy search in floating window and starting search | -| `<leader>s` | Remove trailing whitespaces | -| `<leader>t` | Toggle tag window (show project tags in the right window) | -| `<leader>v` | Reselect last pasted text | -| `<leader>ev` | Edit Neovim config in a new tabpage | -| `<leader>sv` | Reload Neovim config | -| `<leader>q` | Quit current window | -| `<leader>Q` | Quit all window and close Neovim | -| `<leader>w` | Save current buffer content | +| Shortcut | Description | +|-------------------|---------------------------------------------------------------| +| `<leader>f` | Open file fuzzy search in floating window and starting search | +| `<leader><Space>` | Remove trailing whitespaces | +| `<leader>v` | Reselect last pasted text | +| `<leader>ev` | Edit Neovim config in a new tabpage | +| `<leader>sv` | Reload Neovim config | +| `<leader>q` | Quit current window | +| `<leader>Q` | Quit all window and close Neovim | +| `<leader>w` | Save current buffer content | +| `<Space>s` | Toggle the sidebar (show project tree view) | +| `<space>t` | Toggle tag window (show project tags in the right window) | # Trouble shooting |
