mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
docs: add mini.surround keybindings to readme
This commit is contained in:
parent
5987570b52
commit
271e4b80ea
1 changed files with 59 additions and 52 deletions
|
|
@ -497,7 +497,7 @@ possible keymaps starting with `<space>`.
|
||||||
<details><summary>Plugins</summary>
|
<details><summary>Plugins</summary>
|
||||||
|
|
||||||
| Key | Description | Mode |
|
| Key | Description | Mode |
|
||||||
| ----------------- | ----------------------------------------------------------------------------------------------- | ----- |
|
| ----------------- | ----------------------------------------------------------------------------------------------- | ------------ |
|
||||||
| `<leader>cm` | [mason.nvim](https://github.com/williamboman/mason.nvim.git) Mason | **n** |
|
| `<leader>cm` | [mason.nvim](https://github.com/williamboman/mason.nvim.git) Mason | **n** |
|
||||||
| `<leader>bd` | [mini.bufremove](https://github.com/echasnovski/mini.bufremove.git) Delete Buffer | **n** |
|
| `<leader>bd` | [mini.bufremove](https://github.com/echasnovski/mini.bufremove.git) Delete Buffer | **n** |
|
||||||
| `<leader>bD` | [mini.bufremove](https://github.com/echasnovski/mini.bufremove.git) Delete Buffer (Force) | **n** |
|
| `<leader>bD` | [mini.bufremove](https://github.com/echasnovski/mini.bufremove.git) Delete Buffer (Force) | **n** |
|
||||||
|
|
@ -549,6 +549,13 @@ possible keymaps starting with `<space>`.
|
||||||
| `<leader>xX` | [trouble.nvim](https://github.com/folke/trouble.nvim.git) Workspace Diagnostics (Trouble) | **n** |
|
| `<leader>xX` | [trouble.nvim](https://github.com/folke/trouble.nvim.git) Workspace Diagnostics (Trouble) | **n** |
|
||||||
| `]]` | [vim-illuminate](https://github.com/RRethy/vim-illuminate.git) Next Reference | **n** |
|
| `]]` | [vim-illuminate](https://github.com/RRethy/vim-illuminate.git) Next Reference | **n** |
|
||||||
| `[[` | [vim-illuminate](https://github.com/RRethy/vim-illuminate.git) Prev Reference | **n** |
|
| `[[` | [vim-illuminate](https://github.com/RRethy/vim-illuminate.git) Prev Reference | **n** |
|
||||||
|
| `gza` | [mini.surround](https://github.com/echasnovski/mini.surround) Add surrounding | **n**, **v** |
|
||||||
|
| `gzd` | [mini.surround](https://github.com/echasnovski/mini.surround) Delete surrounding | **n**, **v** |
|
||||||
|
| `gzf` | [mini.surround](https://github.com/echasnovski/mini.surround) Find surrounding (to the right) | **n**, **v** |
|
||||||
|
| `gzF` | [mini.surround](https://github.com/echasnovski/mini.surround) Find surrounding (to the left) | **n**, **v** |
|
||||||
|
| `gzh` | [mini.surround](https://github.com/echasnovski/mini.surround) Highlight surrounding | **n**, **v** |
|
||||||
|
| `gzr` | [mini.surround](https://github.com/echasnovski/mini.surround) Replace surrounding | **n**, **v** |
|
||||||
|
| `gzn` | [mini.surround](https://github.com/echasnovski/mini.surround) Update `n_lines` | **n**, **v** |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue