How to use same terminal window after using “rails server” command?

前端 未结 3 1917
眼角桃花
眼角桃花 2020-12-22 09:59

Okay here\'s my problem. I type in \"rails s\" and then my terminal won\'t let me type in any commands. So I have to start a new terminal window, which is pretty annoying. <

3条回答
  •  感情败类
    2020-12-22 10:40

    I don't believe there is a way to do the thing you are specifically asking for.

    However, I use Iterm2 which allows me to open multiple terminal windows in one window, either by splitting my iTerm2 window or by creating multiple tabs. That way I can just make the terminals that are holding rails server and my development.log tail very small unless something interesting happens in them.

提交回复
热议问题