(Vim-plugin) NERDTree shortcuts & commands

  1. Refreshing NERDTree file list after creating/deleting/renaming file:
    • Press r in NERDTree page
  2. Change NERDTree working directory
    1. Change Vim working directory using :cd <dest>
    2. Execute :NERDTreeCWD
    3. The file list should be updated as per the new working directory

Reference:

Written on February 9, 2021