Installation

git clone --recursive  https://github.com/kradio3/vim-config.git ~/.vim

cd ~/.vim && ./install.sh

HotKeys

  • <Ctrl>-n - Toggle NERDTree
  • <F7> - Format code
  • <Ctrl>-<ESC> - Close buffer without save (Executes :q)
  • <Ctrl>-p - Open fuzzy file search (https://github.com/kien/ctrlp.vim)

NERD Tree Quickstart

  • t Open the selected file in a new tab
  • i Open the selected file in a horizontal split window
  • s Open the selected file in a vertical split window
  • I Toggle hidden files
  • m Show the NERD Tree menu
  • R Refresh the tree, useful if files change outside of Vim
  • ? Toggle NERD Tree's quick help