sponsor Vim development Vim logo Vim Book Ad

FavEx : Favorite file and directory explorer

 script karma  Rating 65/29, Downloaded by 3476  Comments, bugs, improvements  Vim wiki

created by
Ajit Thakkar
 
script type
utility
 
description
favex.vim is a plugin to update a list (favlist) of favorite files and directories, and use the list to provide easy access to the favorites.

A skeletal favlist is provided. As you edit your favorites, you can add files and their directories to favlist with the :FF and :FD commands or their \ff and \fd key map equivalents. Once there are some entries in favlist, you can access your favorites by entering a favex window with either :FE or :FS and then pressing <Enter>, o, or O -- keys entirely analogous to those used in file-explorer. The key mappings, the favex window height, and the favex directory explore command can be customized by setting global variables in your vimrc.

favex.vim requires Vim 6.0 (or later) run with at least "set nocompatible" in the vimrc, and with the standard file-explorer plugin (or a suitable replacement) loaded.
 
install details
1. Unzip favex.zip, preserving directory structure, into either
$HOME/.vim for unix or $HOME\vimfiles for MSWindows.
2. Start Vim
3. Do
:helptags ~/.vim/doc (for unix)
or
:helptags ~\vimfiles\doc (for MSWindows)
4. Do :help favex to learn about usage and customization.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
favex11.zip 1.1 2003-02-17 6.0 Ajit Thakkar Bug fix: Allow for spaces in the run-time path
ip used for rating: 3.209.81.51

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github