📝 Made note of new keybindings/diff feature in nvim

This commit is contained in:
z3rOR0ne 2022-09-07 07:08:35 -07:00
parent 8d2aecd0b9
commit 6a9786256d

View file

@ -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 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 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 + x removes highlighting from previous search results
CTRL + c Comment out line (use in conjunction with CTRL + V for multiple lines) CTRL + c Comment out line (use in conjunction with CTRL + V for multiple lines)