Skip to content

babarot/vim-favdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-favdir

Overview

Save favorite directories and jump to it

Description

The favdir.vim is a plugin that save your favorite directorie and jump to it. If you have deep directory structure having a directory in a lower-level layer of a directory, this plugin exerts great power. Saving preliminarily, easily refer to that directory. First of all, try to experience.

Requirement

Vim (+Huge) 7.3 or more

Usage

Reg

:Reg [{name}]

Register current directory path as {name} to g:favdir_filepath. If {name} is omitted, {name} is set current directory name.

Show

:Show [{name}]

Output g:favdir_filepath. If {name} is not omitted, show filepath of {name}.

Gg

:Gg {name}

Jump to {name} if {name}'s path is available.

Del

:Del {name}...

Delete the {name}s from g:favdir_filepath.

For more information, see also help

Installation

Manually

Put all files under $VIM.

Install with the following command.

git clone https://github.com/b4b4r07/vim-favdir ~/.vim/bundle/vim-favdir

Add the following configuration to your .vimrc.

Plugin 'b4b4r07/vim-favdir'

Install with :PluginInstall.

Add the following configuration to your .vimrc.

NeoBundle 'b4b4r07/vim-favdir'

Install with :NeoBundleInstall.

Licence

The MIT License (MIT)

Copyright (c) 2014 b4b4r07

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

twitter/b4b4r07
b4b4r07

See also

About

Save favorite directory on vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published