There is a way to turn on Command History on? Like we do on unix shells with arrow up. @Maximus5
The key word in your question is "shell".
https://conemu.github.io/#Disclaimer
By the way, F7 opens up a command list on cmd as a feature of DOSKEY (now built into the shell itself).
It is a feature of the Windows console. DOSKEY has nothing to do with it.
https://conemu.github.io/en/Delusions.html
@Maximus5 Not talking anything at all about ConEmu. What I am saying is that this was originally a feature of DOSKEY but these features were later integrated into cmd itself.
Use clink, which enhances cmd.exe, see http://superuser.com/questions/257855/keep-cmd-exe-command-history-between-sessions
@oldmud0
By the way, F7 opens up a command list on cmd as a feature of DOSKEY (now built into the shell itself).
Thanks for that! I was unable to to find the right key for that. Do you know of a concise list that lists these commands that would work straight from ConEmu?
F7 is not processed by ConEmu. The hotkey is processed by "cmd". Google for hotkeys or go to Microsoft web site.
F7 is not processed by ConEmu. The hotkey is processed by "cmd".
Yes, hence the line "work straight from ConEmu".
@bbottema, no idea. Generally speaking, keypresses that aren't first handled by ConEmu get passed to the console window host, so whatever hotkeys cmd supports are also supported by ConEmu.
Is it still the case that a command history is not obtainable? F7 does not work for me. The only way to recall a command that worked is to up arrow.?
Most helpful comment
By the way,
F7opens up a command list on cmd as a feature of DOSKEY (now built into the shell itself).