Documentation
¶
Index ¶
- type DeleteEOL
- type DeleteRune
- type DeleteRuneBackward
- type Dir
- type DisplayFileStatus
- type InsertRune
- type MoveBOL
- type MoveEOF
- type MoveEOL
- type MoveFOL
- type MoveLine
- type MoveRune
- type MoveView
- type MoveWord
- type MoveWordEnd
- type NearestHSplit
- type NearestVSplit
- type NewLine
- type Redo
- type Repeat
- type Search
- type Undo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteRune ¶
type DeleteRune struct{}
func (DeleteRune) Apply ¶
func (_ DeleteRune) Apply(e *editor.Editor)
type DeleteRuneBackward ¶
type DeleteRuneBackward struct{}
func (DeleteRuneBackward) Apply ¶
func (_ DeleteRuneBackward) Apply(e *editor.Editor)
type DisplayFileStatus ¶
type DisplayFileStatus struct{}
func (DisplayFileStatus) Apply ¶
func (r DisplayFileStatus) Apply(e *editor.Editor)
type InsertRune ¶
type InsertRune struct {
Rune rune
}
func (InsertRune) Apply ¶
func (r InsertRune) Apply(e *editor.Editor)
type MoveFOL ¶
type MoveFOL struct{}
Front-of-line is defined as the first non-space character in the line.
type MoveWordEnd ¶
type MoveWordEnd struct{}
func (MoveWordEnd) Apply ¶
func (m MoveWordEnd) Apply(e *editor.Editor)
type NearestHSplit ¶
type NearestHSplit struct {
Dir Dir
}
func (NearestHSplit) Apply ¶
func (m NearestHSplit) Apply(e *editor.Editor)
type NearestVSplit ¶
type NearestVSplit struct {
Dir Dir
}
func (NearestVSplit) Apply ¶
func (m NearestVSplit) Apply(e *editor.Editor)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.