Tag Archives: NERDTree

Mapping vi/vim commands to hotkeys

NERDTree is a great vi plugin which definitely speed up the development time for programmers using vi for file editing. For more information about NERDTree, please refer to NERDTree – The File Explorer in vi/vim.

To further speed up the file editing efficiency, we could map the vi commands to hotkeys in the /etc/vim/vimrc. Continue reading Mapping vi/vim commands to hotkeys

NERDTree – The File Explorer in vi/vim

I have been working on Rails for more than half year and i do file editing with vi at server side most of the time. vi is a great tool but it is not convenient for editing multiple files which is very common in programmer. In the past, I had to close the file, cd to another directory and opened another file for editing. Continue reading NERDTree – The File Explorer in vi/vim