yi-fuzzy-open-0.15.0: Fuzzy open plugin for yi

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • ScopedTypeVariables
  • OverloadedStrings
  • DeriveDataTypeable
  • DeriveGeneric
  • ExplicitForAll
  • LambdaCase

Yi.Fuzzy

Description

 

Synopsis

Documentation

fuzzyOpen :: YiM () Source #

Fuzzy open the current directory. The depth searched is defaultDepth, use fuzzyOpenWithDepth if you want to customise this.

fuzzyOpenWithDepth :: Int -> 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 :: Int Source #

The depth fuzzyOpen should traverse by default. Currently 5.