nvim: remove treesitter objects
parent
1496665f03
commit
580959d7f8
|
@ -308,21 +308,6 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<p>
|
|
||||||
With
|
|
||||||
<a
|
|
||||||
href="https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
|
|
||||||
>nvim-treesitter/nvim-treesitter-textobjects</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<code>vif</code>, <code>vaf</code>: select inner/outer function
|
|
||||||
</li>
|
|
||||||
<li><code>vic</code>, <code>vac</code>: select inner/outer class</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
With
|
With
|
||||||
|
|
|
@ -145,10 +145,6 @@ vim.keymap.set("n", "q", ":q<CR>")
|
||||||
- `sr`: replace surround
|
- `sr`: replace surround
|
||||||
- With mini-trailspace
|
- With mini-trailspace
|
||||||
- `<Leader>tr`: trim trailing whitespace
|
- `<Leader>tr`: trim trailing whitespace
|
||||||
- With
|
|
||||||
[nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects)
|
|
||||||
- `vif`, `vaf`: select inner/outer function
|
|
||||||
- `vic`, `vac`: select inner/outer class
|
|
||||||
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
|
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
|
||||||
- `<Space>e`: float diagnostic
|
- `<Space>e`: float diagnostic
|
||||||
- `<Space>d`: go to definition
|
- `<Space>d`: go to definition
|
||||||
|
|
Loading…
Reference in New Issue