Monday, January 30, 2012

Adding Recent File List Plugin to VIM

From: http://stackoverflow.com/questions/3171284/recent-file-history-in-vim

MRU (Most Recently Used) Plugin
http://www.vim.org/scripts/script.php?script_id=521

How to add on unix:
On vim enter:
:help add-plugin


Steps:

mkdir ~/.vim
mkdir ~/.vim/plugin
cd 
~/.vim/plugin
wget -O mru.vim http://www.vim.org/scripts/download_script.php?src_id=11919


To Use:
While working on vim, enter the command:

1. :MRU
2. Select a file, press enter, thats it.

No comments: