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-10-31 15:04:13 +08:00
parent 53683e53bb
commit 9b162ebab0

View File

@ -46,7 +46,7 @@ Some of the shortcuts I use frequently. In the following shortcuts, `<leader>`
represents the `,` character. represents the `,` character.
| Shortcut | Mode | platform | Description | | Shortcut | Mode | platform | Description |
|-------------------|---------------|-----------------|-----------------------------------------------------------| |-------------------|---------------|-----------------|------------------------------------------------------------------|
| `<leader>f` | Normal | Linux/macOS/Win | Fuzzy file search in a floating window | | `<leader>f` | Normal | Linux/macOS/Win | Fuzzy file search in a floating window |
| `<leader>h` | Normal | Linux/macOS/Win | Fuzzy help search in a floating window | | `<leader>h` | Normal | Linux/macOS/Win | Fuzzy help search in a floating window |
| `<leader>b` | Normal | Linux/macOS/Win | Fuzzy buffer tag search in a floating window | | `<leader>b` | Normal | Linux/macOS/Win | Fuzzy buffer tag search in a floating window |
@ -60,6 +60,7 @@ represents the `,` character.
| `<leader>cd` | Normal | Linux/macOS/Win | Change current directory to where current file is | | `<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>y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register |
| `<leader>cl` | Normal | Linux/macOS/Win | Toggle cursor column | | `<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 |
| `<space>t` | Normal | Linux/macOS/Win | Toggle tag window (show project tags in the right window) | | `<space>t` | Normal | Linux/macOS/Win | Toggle tag window (show project tags in the right window) |
| `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking | | `<F11>` | Normal | Linux/macOS/Win | Toggle spell checking |
| `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode | | `<F12>` | Normal | Linux/macOS/Win | Toggle paste mode |
@ -72,7 +73,6 @@ represents the `,` character.
| `ctrl-t` | Insert | Linux/macOS/Win | Turn word under cursor to title case | | `ctrl-t` | Insert | Linux/macOS/Win | Turn word under cursor to title case |
| `jk` | Insert | Linux/macOS/Win | Return to Normal mode (faster `<ESC>`) | | `jk` | Insert | Linux/macOS/Win | Return to Normal mode (faster `<ESC>`) |
# Trouble shooting # Trouble shooting
If you come across an issue, you can first use `:checkhealth` command provided If you come across an issue, you can first use `:checkhealth` command provided