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.
阅读(522) | 评论(0) | 转发(0) |