RecentFiles : Plugin that allows you to easily access recently opened files.
script karma |
Rating 129/33,
Downloaded by 965 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Bartlomiej P. |
|
script type |
utility |
|
description |
This script allows you to easily access recently opened files.
Function RecentFilesList() (with default key binding ',f') displays list of files, and allow you to open one by entering its number.
The list is empty at the begining, it's updated when you open/write files.
Screenshot:
http://s258.photobucket.com/albums/hh246/otokan/?action=view¤t=vim-RecentFilesList-plugin.png
Script sets (by default) following key bindings and autocommands:
nmap ,f :call RecentFilesList()<cr>
au BufReadPost,BufWritePost * call RecentFilesAdd()
Enjoy!
|
|
install details |
Place script in your plugin directory (i.e: ~/.vim/plugin/)
NOTE: you must have ! in &viminfo for this script to work.
Add line: set viminfo+=! to your configuration file if necessary.
You can edit some settings in the SETTINGS section of the script file. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.119.172.58
|