Package org.aesh.readline.action.mappings
package org.aesh.readline.action.mappings
-
ClassDescriptionMaps readline function names to their corresponding action implementations.Enumeration of all available readline action names.Action that moves the cursor one character backward.Action that moves the cursor to the beginning of the line.Action that capitalizes the word from cursor to end of word.Action that changes text from cursor to beginning of previous WORD (whitespace-delimited).Action that changes text from cursor to beginning of previous word.Action that toggles the case of the character at cursor and moves forward.Action that changes text from cursor to end of line.Action that changes text from cursor to end of WORD (whitespace-delimited).Action that changes text from cursor to end of word.Action that clears the screen and redraws the current line.Action that triggers tab completion for the current input.Action that copies text from cursor to beginning of previous WORD (whitespace-delimited).Action that copies text from cursor to beginning of previous word.Action that copies text from cursor to end of WORD (whitespace-delimited).Action that copies text from cursor to end of word.Action that copies the entire current line to the paste buffer.Action that deletes text from cursor to beginning of previous WORD (whitespace-delimited).Action that deletes text from cursor to beginning of previous word.Action that deletes the character at the cursor position.Action that deletes text from cursor to end of line.Action that deletes text from cursor to end of WORD (whitespace-delimited).Action that deletes text from cursor to end of word.Action that deletes the entire current line.Action that deletes the character before the cursor (backspace).Action that deletes text from cursor to beginning of line.Action that converts the next word to lowercase.Action that switches the input processor to Emacs editing mode.Action that handles end-of-file (EOF) signal, typically triggered by Ctrl-D.Action that moves the cursor to the end of the current line.Action that accepts the current input line and processes it.Action that moves the cursor one character forward.Action that searches forward through the command history.Action that sends an interrupt signal (SIGINT) to the terminal.Action that moves the cursor backward to the start of the previous WORD (space-delimited).Action that moves the cursor backward to the start of the previous word.Action that moves the cursor forward to the end of the next WORD (space-delimited).Action that moves the cursor forward to the end of the next word.Action that retrieves the next entry from the command history.A no-op action that performs no operation when executed.Action that retrieves the previous entry from the command history.Action that searches backward through the command history.Action that undoes the last editing operation on the input buffer.Action that converts the character at the cursor to uppercase.Action that converts the next word to uppercase.Action that switches the input processor to Vi editing mode.Action that pastes (yanks) text from the paste buffer at the cursor position.Action that pastes (yanks) text from the paste buffer after the cursor position.