On Mon, Aug 17, 2015 at 12:49:42AM +0200, [email protected] wrote:
Yes, I am using nano. So I guess the question refers to terminal window splitting.
Then I really recommend tmux.

I'll give you the very basic commands to get start

tmux new -s session   -- to start a session in a terminal
Ctrl-b %    -- to create a vertical split
Ctrl-b "    -- to create a horizontal split

The advantage of tmux is that if you ever close your terminal, you can get your session back via:

tmux attach -t session

--
Binh-Khoi NGUYEN
[email protected]
[email protected]

Reply via email to