In VIM one can run a Bash command with :!<command>. How can one access the Bash history in this fashion in order to rerun previous commands (that were run on the CLI, not in VIM), just as one would press the Up arrow at the CLI?
In VIM one can run a Bash command with :!<command> . How can one
Share
I usually just
<C-z>fgEdit: I actually use GNU Screen so I don’t do the above method as much as I used to use it. Now I do this:
<C-a><C-aa><C-aa>… repeat as needed