yi-keymap-vim-0.19.0: Vim keymap for Yi editor
LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
ExtensionsOverloadedStrings

Yi.Keymap.Vim.Ex.Commands.Number

Description

Toggles line numbers.

Synopsis

Documentation

parse :: EventString -> Maybe ExCommand Source #

Defines the following commands: - :set [no]number (toggle buffer-local line numbers) - :unset number (make the current buffer use the global setting)