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-03-09 11:09:05 +08:00 committed by GitHub
parent 19420932cf
commit 7f2985a146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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