text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Accept the input or move to the next line if input is missing a closing token.
Move the cursor to the next line without attempting to execute the input
Move the cursor back one character
Delete the charcter before the cursor
Delete text from the cursor to the start of the line
Move the text from the cursor to the beginning of the line to the kill ring
Move to the first item in the history
Move the cursor to the beginning of the line
Abort editing the current line and re-evaluate the prompt
Remove all items from the kill ring
Remove all items from the command line history (not PowerShell history)
Complete the input if there is a single completion, otherwise complete the input with common prefix for all completions. Show possible completions if pressed a second time.
Delete the character under the cusor
Move the cursor to the beginning of the current or previous token or start of the line
String is not used in the UI
String is not used in the UI
Move to the last item (the current input) in the history
Move the cursor to the end of the line
Mark the location of the cursor and move the cursor to the position of the previous mark
Move the cursor forward one character
Delete text from the cursor to the end of the line
Move the cursor to the beginning of the next token or end of line
Search for the previous item in the history that starts with the current input - like PreviousHistory if the input is empty
Search for the next item in the history that starts with the current input - like NextHistory if the input is empty
String is not used in the UI
Move the text from the cursor to the start of the current or previous token to the kill ring
Move the text from the cursor to the end of the input to the kill ring
Move the text from the cursor to the end of the current or next token to the kill ring
Replace the input with the next item in the history
Paste text from the system clipboard
Display the possible completions without changing the input
Replace the input with the previous item in the history
Redo an undo
Equivalent to undo all edits (clears the line except lines imported from history)
Mark the location of the cursor
Complete the input using the next completion
Complete the input using the previous completion
Undo a previous edit
Copy the text from the current kill ring position to the input
Replace the previously yanked text with the text from the next kill ring position
'start' cannot be less than zero or greater than the length of the buffer
length is too big
Display all {0} possibilities? (y or n) _
Clear the screen and redraw the current line at the top of the screen
Go to matching brace
Abort the current operation, e.g. incremental history search
Search history forward interactively
Search history backwards interactively
Move the text from the start of the current or previous word to the cursor to the kill ring
Move the cursor to the beginning of the current or previous word
Move the cursor forward to the end of the current word, or if between words, to the end of the next word.
Move the text from the cursor to the end of the current or next word to the kill ring
Move the cursor forward to the start of the next word
Move the text from the cursor to the start of the current or previous whitespace delimited word to the kill ring
Read a character and move the cursor to the previous occurence of that character
Read a character and move the cursor to the next occurence of that character
Start or accumulate a numeric argument to other functions
Copy the text of the last argument to the input
Copy the text of the first argument to the input
Accept the current line and recall the next line from history after the current line finishes executing
Key is unbound
Insert the key typed
Show all key bindings
Show the key binding for the next chord entered
Copy selected region to the system clipboard. If no region is selected, copy the whole line
Delete selected region placing deleted text in the system clipboard
Kill the text between the cursor and the mark
Adjust the current selection to include the previous character
Adjust the current selection to include the previous word
Adjust the current selection to include the next character
Adjust the current selection to include the next word using ForwardWord
Adjust the current selection to include the next word
Adjust the current selection to include the previous word using ShellBackwardWord
Adjust the current selection to include the next word using ShellForwardWord
Allows you to select multiple lines from the console using Shift+UpArrow/DownArrow and copy the selected lines to clipboard by pressing Enter.
Erases the current prompt and calls the prompt function to redisplay the prompt
Scroll the display down one screen
Scroll the display down one line
Scroll the display to the cursor
Scroll the display to the top
Scroll the display up one screen
Scroll the display up one line
Adjust the current selection to include the next word using ShellNextWord
Move the cursor to the end of the current token
Adjust the current selection to include from the cursor to the end of the line
Adjust the current selection to include from the cursor to the start of the line
Select the entire line. Moves the cursor to the end of the line
Either copy selected text to the clipboard, or if no text is selected, cancel editing the line with CancelLine.
Complete the input if there is a single completion, otherwise complete the input by selecting from a menu of possible completions.
Oops, something went wrong. Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last {0} Keys:
{1}
Exception:
{2}
-----------------------------------------------------------------------
Move the cursor to the next line if the input has multiple lines.
Move the cursor to the previous line if the input has multiple lines.
Command '{0}' cannot be found.
Accept the input or move to the next line if input is missing a closing token.
If there are other parse errors, unresolved commands, or incorrect parameters, show the error and continue editing.
Delete the character under the cusor, or if the line is empty, exit the process.
Unable to translate '{0}' to virtual key code: {1}.
Chord can have at most two keys.
Duplicate or invalid modifier token '{0}' for key '{1}'.
Invalid sequence '{0}'.
Unrecognized key '{0}'. Please use a character literal or a well-known key name from the System.ConsoleKey enumeration.
Accept the line and switch to Vi's insert mode.
Delete the previous word in the line.
Switch to VI's command mode.
Move to the end of the line.
Switch to insert mode, appending at the current line position.
Swap the current character with the character before it.
Repeats the last search.
Searches backward for the perscribed character.
Searches for the perscribed character in the perscribed direction.
Switches to insert mode after positioning the cursor past the end of the line.
Deletes all of the line except for leading whitespace.
Replaces the character in front of the cursor.
Replaces the line left of the cursor and all of the way to the beginning.
Replaces the line left of the cursor and all but one character to the beginning of the line.
Inserts the entered character at the beginning and accepts the line.
Deletes all characters between the cursor and the matching brace.
Deletes the current line.
Deletes from the cursor to the end of the line.
Deletes from the cursor to the end of the current word.
Deletes the current word.
Positions the cursor at the first non-blank character.
Moves the cursor forward to the end of the next word.
Moves the cursor to the perscribed column.
Switches to insert mode.
Moves the cursor to the beginning of the line and switches to insert mode.
Moves the cursor to the end of the line and switches to insert mode.
Deletes the current character and switches to insert mode.
Inverts the case of the current character and advances the cursor.
Repeats the last modification command.
Repeat the last search, but in the opposite direction.
Repeat the last search.
Replace all characters between the current brace character and it's matching partner.
Replace the current character with the next set of characters typed.
Replace the current character with only one character.
Repace the current line with the next set of characters typed.
Replace the characters from the cursor position to the end of the line.
Replace the current character until an escape is entered or the line is accepted.
Replace the current word.
Delete the current character and insert the next character.
Starts a new seach backward in the history.
Transposes the current character with the next character in the line.
Undoes all commands for this line.
Prompts for a search string and initiates a search upon AcceptLine.
Repeat the last recorded character search in the opposite direction.
Repeat the last recorded character search.
Move to the previous occurance of the specified character.
Move to the previous occurance of the specified character and then forward one character.
Move to the next occurance of the specified character.
Move to he next occurance of the specified character and then back one character.
Replace the previous word.
Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode.
Write the contents of the local clipboard after the cursor.
Move the cursor to the beginning of the next word, as delimited by white space and common delimiters.
Move the cursor to the beginning of the previous word, as delimited by white space.
Move the cursor to the end this word, as delimited by white space.
Write the contents of the local clipboard before the cursor.
Move the cursor to the beginning of the next word, as delimited by white space.
Move the cursor to the matching brace.
Delete backward to the beginning of the previous word, as delimited by white space.
Delete the current word, as delimited by white space.
Delete to the end of the current word, as delimited by white space and common delimiters.
Delete to the end of this word, as delimited by white space.
Delete backward to the beginning of the previous word, as delimited by white space, and enter insert mode.
Delete to the beginning of the next word, as delimited by white space, and enter insert mode.
Delete to the end of the word, as delimited by white space and common delimters, and enter insert mode.
Delete to the end of the word, as delimited by white space, and enter insert mode.
Place all characters in the current line into the local clipboard.
Place all characters at and after the cursor into the local clipboard.
Place all characters from before the cursor to the beginning of the previous word, as delimted by white space and common delimiters, into the local clipboard.
Place all characters from before the cursor to the beginning of the previous word, as delimited by white space, into the local clipboard.
Place all characters from the cursor to the end of the word, as delimited by white space and common delimiters, into the local clipboard.
Place all characters from the cursor to the end of the word, as delimited by white space, into the local clipboard.
Place the characters from the cursor to the end of the next word, as delimited by white space and common delimiters, into the local clipboard.
Place the characters from the cursor to the end of the next white space delimited word into the local clipboard.
Place the character to the left of the cursor into the local clipboard.
Place the character at the cursor into the local clipboard.
Place the characters before the cursor into the local clipboard.
Place all characters before the cursor and to the 1st non-white space character into the local clipboard.
Place all characters between the matching brace and the cursor into the local clipboard.
Deletes all characters between the cursor position and the matching brace.
If the line is empty, exit, otherwise accept the line as input.
Handles the processing of a number argument after the first key of a chord.
Exit the shell.
Invokes TabCompleteNext after doing some vi-specific clean up.
Invokes TabCompletePrevious after doing some vi-specific clean up.
Invokes the console compatible editor specified by $env:VISUAL or $env:$EDITOR on the current command line.
Appends a new multi-line edit mode line to the current line.
Inserts a new multi-line edit mode line in front of the current line.
Joins the current multi-line edit mode line with the next.
The -ViMode parameter was used, but the current EditMode is not Vi.
Inserts a new empty line above the current line without attempting to execute the input
Inserts a new empty line below the current line without attempting to execute the input
Error reading or writing history file '{0}': {1}
This error will not be reported again in this session. Consider using a different path with:
Set-PSReadlineOption -HistorySavePath <Path>
Or not saving history with:
Set-PSReadlineOption -HistorySaveStyle SaveNothing
An exception occurred in custom key handler, see $error for more information: {0}