teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
All operations that are supported while under calc-mode
Starts the calculator under calc-mode
, if not already done.
Opens a prompt with a list of previoulsy entered commands to quickly search and jump to the command of interest to be shown in the current prompt instead
Inserts currently pressed char into buffer, at the current calculator line.
.
implies that this command is not searchable from the editor command prompt.Evaluate the current expression and print the result below it.
Removes the char to the left of the cursor, from the current line.
Removes the char on the cursor, from the current line.
Removes the rest of the line and copies it to the clipboard.