I split terminal upper and down, I want to input the command in the upper panel, what should I do?
Asked
Active
Viewed 691 times
1
-
1Welcome to Ask Different. It would help us if you provided additional info, such as the types of devices, OS, what specifically you're trying to do, etc. Please see [ask] for how to ask good questions that have a better chance at being answered. - From Review - – fsb Sep 08 '16 at 19:26
-
2See How do split panes in Terminal work? – user3439894 Sep 08 '16 at 19:29
-
1possible duplicate of: what are the split terminal commands – klanomath Sep 08 '16 at 19:31
1 Answers
1
The idea behind splitting is that it allows you to keep a certain part of the shell buffer displayed while continuing to enter new commands. So only the lowest split does allow keyboard input. To position the view on the shell buffer use the scroll bar.

Ilias Karim
- 203