Class ViEditingMode
java.lang.Object
org.aesh.readline.action.mappings.ViEditingMode
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that switches the input processor to Vi editing mode.
- Author:
- Ståle W. Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.