From b437a172aa1d7975099aeda68c089ef43a552ced Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 10 Feb 2024 08:50:26 +0700 Subject: [PATCH] feat: update neovim keybindings --- docs/2023-05-03-neovim.html | 6 ++++-- posts/2023-05-03-neovim.md | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index 4c6c094..1838bcf 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -287,8 +287,10 @@ vim.keymap.set( With mini-comment
  • diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md index 8337112..2086f60 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -135,8 +135,7 @@ Ground rules: - Support more languages with [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - With mini-comment - - `gcc`: comment/uncomment current line - - `gc`: comment/uncomment selected lines + - ``: comment/uncomment everything (Match VSCode, ...) - With mini-completion - ``: trigger completion - With mini-surround