foldlist : Create a fold list to enable hierarchical file navigation.
script karma |
Rating 13/11,
Downloaded by 2131 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Paul Wei |
|
script type |
utility |
|
description |
Overview
--------
This is inspired by the taglist plugin. The "Fold List" plugin
provides the following features:
1. Opens a vertically split Vim window with a list of folds in
the current file.
2. Moving through the fold list with the j, k, l, h, moves to the
associated fold in the file.
3. <CR> jumps between file and fold list.
Usage
-----
You can open the foldinst window from a source window by using the ":Flist"
command.
nnoremap <silent> <F9> :Flist<CR>
Add the above mapping to your ~/.vimrc file.
You can close the taglist window from the taglist window by pressing 'q' or
using the Vim ":q" command.
|
|
install details |
Installation
------------
1. Copy the foldlist.vim script to the $HOME/.vim/plugin directory. Refer to
':help add-plugin', ':help add-global-plugin' and ':help runtimepath' for
more details about Vim plugins.
2. Restart Vim.
3. You can use the ":Flist" command to open the foldlist window.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.91
|