C-x 2
- Split the selected window into two windows, one above the other
(
split-window-below). - C-x 3
- Split the selected window into two windows, positioned side by side
(
split-window-right).
In order to exit splitting windows mode, you have to use:
C-x 0
to quit the current window
C-x 1
to quit all the extended window, i.e just leave one copy of the same view.
No comments:
Post a Comment