aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-03-09 11:09:05 +0800
committerGitHub <noreply@github.com>2020-03-09 11:09:05 +0800
commit7f2985a146a3b77b3508dbb74c9ae5415e71529d (patch)
tree17a75febe304d96ef6fe13d531625286a7a9202b
parent19420932cf0f8e7e5a33016b6210ed7fc60a6cfc (diff)
Update README
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3a66a69..7f1956b 100644
--- a/README.md
+++ b/README.md
@@ -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