yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.KillRing

Description

Killring operations.

Synopsis

Documentation

data Killring Source

Instances

Eq Killring 
Show Killring 
Binary Killring 

krEndCmd :: Killring -> KillringSource

Finish an atomic command, for the purpose of killring accumulation.

krPut :: Direction -> YiString -> Killring -> KillringSource

Put some text in the killring. It's accumulated if the last command was a kill too

krSet :: YiString -> Killring -> KillringSource

Set the top of the killring. Never accumulate the previous content.

krGet :: Killring -> YiStringSource

Get the top of the killring.