2

Tip #633   Saving commands for later

To push a command onto a stack for later retrieval, add this to your shell config.

bindkey '^J' push-line

This will push your command down and allow you to run something else, and after that command is completed your original one will return to the prompt.

Tested on zsh.
 
  • TAGS: