diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index cd1396f..b7cfa34 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -269,6 +269,17 @@
  • U: toggle hidden
  • +
  • +

    + With + lewis6991/gitsigns.nvim: +

    + +
  • With diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md index 3f1b2df..c206b84 100644 --- a/posts/2023-05-03-neovim.md +++ b/posts/2023-05-03-neovim.md @@ -133,6 +133,8 @@ Ground rules: - `c`: copy - `p`: paste - `U`: toggle hidden +- With [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim): + - `]c`, `[c`: next/previous git change - With [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist) - `:A`: open alternate file - With [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim)