From 0a2db1c859df726c4d22c1001fc6f0c0361f4490 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 15 Oct 2021 19:24:51 -0700 Subject: [PATCH] added NerdTree commands --- vim_notes.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vim_notes.txt b/vim_notes.txt index e1654452..51673976 100644 --- a/vim_notes.txt +++ b/vim_notes.txt @@ -115,11 +115,15 @@ To open up a new vertical window: :vert new filename.txt You can cycle through windows using: -Ctrl + w or Ctrl + Shift + w +Ctrl + ww -*From NerdTree you can also simply push t to open a new tab of the file you have selected +# From NerdTree you can also simply push t to open a new tab of the file you have selected t +# Also from NerdTree you can simply push s to open a new window of the file you have selected +s + + Side Note: in NerdTree you can display hidden files by invoking capital I: I