Documentation
¶
Overview ¶
Package digraph provides functions for looking up ViM-style digraphs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupDescription ¶
LookupDescription tries to look up a digraph and return a description. Returns false if the digraph could not be found.
func MustLookup ¶
MustLookup tries to look up a digraph and return a rune, but does not return any bool or error if the digraph string is not found.
func MustLookupDescription ¶
MustLookupDescription tries to look up a digraph and return a description, but it edoes not return any bool or error if the digraph string is not found.
func PrintTable ¶ added in v1.3.0
func PrintTable()
PrintTable outputs a table of all available digraphs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.