yi-contrib-0.10.1: Add-ons to Yi, the Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98
ExtensionsOverloadedStrings

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

Readline shortcuts C-a , C-e, C-u and C-k work as usual.

Documentation