yi-keymap-vim-0.18.0: Vim keymap for Yi editor

LicenseGPL-2
Safe HaskellNone
LanguageHaskell2010
ExtensionsOverloadedStrings

Yi.Keymap.Vim.Ex.Commands.Registers

Description

:reg[isters] ex command to list yanked texts.

Synopsis

Documentation

printRegisters :: EditorM () Source #

Show registered register and content in new buffer

parse :: EventString -> Maybe ExCommand Source #

See :help :registers on Vim