John Floren wrote:
Ouch. You seem to have unconsciously hit on some of the more hot-button
topics for Plan 9 users. Tab completion is partly implemented; hit
"Ctrl-f". However, as a quick foray onto #plan9 will tell you, nobody
seems to believe in tab completion, finding multiple "ls" commands and
copy-pasting to be faster. As for command history, you are expected to
find the previous command in your rc window, edit it, copy it, paste it
to the prompt, and then run it. This is obviously more efficient than
hitting the "up" arrow.
Well, if you're just going to execute the same command again, 'up' can
be great. More often than not you're going to edit the command slightly,
in which case just point and click/mark with the mouse to edit and about
3 mouse clicks to run it can be faster than it sounds - and in many
cases faster than various keyboard gymnastics to get to the same point
you're going to edit. This is my experience atleast.
If you have to poke around pages of output to find the last command,
this isn't that great though.
So both approaches has their strengths and flaws.
Merge them.