From 6a9786256d082bb0b81cebff228730c6d61c1ef5 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 7 Sep 2022 07:08:35 -0700 Subject: [PATCH] :memo: Made note of new keybindings/diff feature in nvim --- nvim_custom_keys.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index 87ec5864..4ed567f4 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -101,6 +101,10 @@ nf Simply typing this in NORMAL MODE will invoke Neoformat, simply hit enter aft CTRL + p or fzf Simply typing this in NORMAL MODE will invoke FuzzyFileFinder, simply hit enter afterwards rg Simply typing this in NORMAL MODE will invoke RipGrep, simply hit enter afterwards +SHIFT + d Opens up diff view + +SHIFT + p Automatically Updates new Packages with :PackerSync + CTRL + x removes highlighting from previous search results CTRL + c Comment out line (use in conjunction with CTRL + V for multiple lines)