Documentation
¶
Index ¶
Constants ¶
View Source
const ( MODE_NORMAL mode = "NORMAL" MODE_INSERT mode = "INSERT" MODE_COMMAND_LINE mode = "COMMAND_LINE" )
View Source
const ( CURSOR_UP cursorMovement = "UP" CURSOR_DOWN cursorMovement = "DOWN" CURSOR_RIGHT cursorMovement = "RIGHT" CURSOR_LEFT cursorMovement = "LEFT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
func (*Editor) HandleUserActions ¶
func (e *Editor) HandleUserActions()
HandleUserActions - function that listens the user input channel and handles it appropriately
Click to show internal directories.
Click to hide internal directories.