| License | GPL-2 |
|---|---|
| Maintainer | yi-devel@googlegroups.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions |
|
Yi.Fuzzy
Description
Synopsis
- fuzzyOpen :: YiM ()
- fuzzyOpenWithDepth :: Natural -> YiM ()
- defaultDepth :: Natural
Documentation
Fuzzy open the current directory. The depth searched is
defaultDepth, use fuzzyOpenWithDepth if you want to customise
this.
fuzzyOpenWithDepth :: Natural -> YiM () Source #
Fuzzy-opens the directory to the specified depth. The depth needs
to be at least 1 for it to do anything meaningful.
defaultDepth :: Natural Source #
The depth fuzzyOpen should traverse by default. Currently 5.