- Aug
- 2,199
- 98
I use the CMath feature of the EditKeys plugin on a regular basis.
[https://charlesdye.net/dl/editkeys.zip]
CMath is a command line calculator.
CMath lacks a history.
Yes, I could do
to display the recent expressions,
but I could not go back and select,
or edit them.
With the new Extended Command History (Ctrl-Shift-PgUp,)
I press tab,
type :,
press enter,
and I've got a history of all my previous expressions!
Selecting the expression that I want,
and pressing enter,
places the expression on the command line,
and executes it.
However,
it does not calculate the expression,
thus I have to press the up arrow,
and press enter again,
in order for the expression to be calculated,
which doesn't really matter to me.
Just nice to have a selectable history now.
Joe
ADDED: If I press Ctrl-Enter instead of Enter to select an expression,
it places the expression on the command line,
which I can then press enter,
and the expression is calculated.
Thus, I'll just use Ctrl-Enter instead of Enter.
Issue solved.
[https://charlesdye.net/dl/editkeys.zip]
CMath is a command line calculator.
CMath lacks a history.
Yes, I could do
Code:
>history | ffind /kvme"^:"
:18*20.63
but I could not go back and select,
or edit them.
With the new Extended Command History (Ctrl-Shift-PgUp,)
I press tab,
type :,
press enter,
and I've got a history of all my previous expressions!
Selecting the expression that I want,
and pressing enter,
places the expression on the command line,
and executes it.
However,
it does not calculate the expression,
thus I have to press the up arrow,
and press enter again,
in order for the expression to be calculated,
which doesn't really matter to me.
Just nice to have a selectable history now.
Joe
ADDED: If I press Ctrl-Enter instead of Enter to select an expression,
it places the expression on the command line,
which I can then press enter,
and the expression is calculated.
Thus, I'll just use Ctrl-Enter instead of Enter.
Issue solved.