dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 2572bb5219619207583e6e4e82fb564336de57dc
parent ccfcd695ed16221dea96612ce5cf56312cbbe6c5
Author: Chris <chris@echoz.io>
Date:   Wed, 17 Dec 2025 08:24:18 +0100

feat(neovim): add a couple things to cheat sheet

Diffstat:
Mmodules/neovim/cheat-sheet.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/neovim/cheat-sheet.txt b/modules/neovim/cheat-sheet.txt @@ -1,4 +1,5 @@ i C-x C-o Omni completion +i C-s Signature help n K Hover n,v C-w d Hover diagnostics n,v C-w a All diagnostics @@ -10,3 +11,5 @@ n grr References n grn Rename n gO List symbols vb I Insert before every line in block +v,o an Outer incremental selection +v,o in Inner incremental selection