Console2 how to repeat last command?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Luau
--
Chapters
00:00 Console2 How To Repeat Last Command?
00:15 Answer 1 Score 25
00:27 Answer 2 Score 11
00:36 Accepted Answer Score 2
00:55 Answer 4 Score 2
01:19 Answer 5 Score 0
01:31 Thank you
--
Full question
https://superuser.com/questions/474099/c...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #console2
#avk47
ANSWER 1
Score 25
You have to go to Settings -> Hotkeys and disable Use scroll lock for scrolling. This worked fine for me!
ANSWER 2
Score 11
If it was working previously, and suddenly stopped, you may have hit the scroll lock key.
ACCEPTED ANSWER
Score 2
[I stand corrected, as per comments, ctrl + ↑ works]
From the developers themselves (at least, their source code):
NOTE: Console is NOT a shell. Therefore, it does not implement shell features like...command history
ANSWER 4
Score 2
I had the same issue and none of the instructions above worked for me.
In my case noticed that in Settings -> Hotkeys UP and DOWN were assigned to "Scroll Buffer row up" and "Scroll Buffer row down", so I assigned something else to these Commands (ie: Crtl + UP, Crtl + DOWN) and the UP and DOWN keys started working again to navigate the history.
ANSWER 5
Score 0
As a work around, in the Settings - Behavior screen under Copy and Paste you can select Copy on Select. I know not ideal but may be the closest you can get.