From b21be118c8ab8e5c194edaa6cc563403e0c0a8f2 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 26 Jul 2023 01:05:29 +0700 Subject: [PATCH] feat: support class --- docs/2023-05-03-neovim.html | 1 + posts/2023-05-03-neovim.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index dd12ee9..d8772b2 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -282,6 +282,7 @@ vim.keymap.set( vif, vaf: select inner/outer function +
  • vic, vac: select inner/outer class
  • diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md index 423c7f0..d7be1fe 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -118,6 +118,7 @@ vim.keymap.set("n", "q", ":q") - `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) - `gd`: go to definition - `k`: hover