Documentation
Table of Contents
- Concept
- API Docs
- Components.Vim
- Action
- BUFFERS
- DELETE
- EDITOR_COMMAND
- FIND
- INSERT
- JOIN_LINES
- PRINT_HEX
- PUT
- QUIT
- REDO
- REGISTERS
- REPLACE
- SHIFT_LINES
- TO
- UNDO
- VERSION
- VISUAL
- WORD
- WRITE
- YANK
- ActionEvent
- Controls
- Cursor
- DataTime
- Ex.Command
- LineFeeder
- LineBuffer
- State
- History
- Recorder
- Registers
- Stack
- Stator
- VimArea
Examples
Typical setup - Demo
Detect screen size ( experimental ) - Demo
Binding shortcuts to initialize Vim - Demo
API Docs
Components.Vim
This is the root namespace of the project
Action
The Actions namespace contains all possible actions for handling user inputs. Every class under Components.Vim.Action implements the Components.Vim.IAction interface.
BUFFERS
Description
This handles the command :ls, :buffers
Inherited Methods
dispose():void
Dispose this action.
getMessage():String
Get the current message of this action.
handler( e:ActionEvent, sp:Number ):Boolean
Handles further input
e:ActionEvent
The event fired from Controls
sp:Number
The Starting aPos from VISUAL
DELETE
Description
This handles the command d, v[motion]d