shell - How to quickly switch command mode in terminal development mode?
过去多啦不再A梦2017-05-16 16:42:36
0
5
724
For example, if you are developing with vim, you suddenly want to execute some shell commands, such as viewing processes, starting services, etc. Is there any way to do this in the current window without opening a new window?
That’s it
:!ls
In fact, you can also use Ctrl+Z. fg recovery.
There is a vim plug-in called conque that allows you to use the console in the buffer
Vim configuration
I think the most convenient way is to use GNU screen