| License | GPL-2 | 
|---|---|
| Maintainer | yi-devel@googlegroups.com | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
| Extensions | OverloadedStrings | 
Yi.FuzzyOpen
Description
This file aims to provide (the essential subset of) the same functionality that vim plugins ctrlp and command-t provide.
Setup:
Add something like this to your config:
(ctrlCh p ?>>! fuzzyOpen)
Usage:
C-p (or whatever mapping user chooses) starts fuzzy open dialog.
Typing something filters filelist.
Enter opens currently selected file in current (the one that fuzzyOpen was initited from) window.
C-t opens currently selected file in a new tab. C-s opens currently selected file in a split.
KUp and C-p moves selection up KDown and C-n moves selection down