Learning emacs part 4: buffers, windows, and frames « Blasphemous Bits
Learning emacs part 4: buffers, windows, and frames « Blasphemous Bits
Working with buffers:
Command | What it does |
C-x C-b | List buffers |
C-x b | Switch to named buffer (with tab completion) |
C-x k | Close (kill) the current buffer |
Working with windows:
Command | What it does |
C-x 0 | Close current window |
C-x 1 | Close all windows except the current one |
C-x 2 | Split current window in two vertically |
C-x 3 | Split current window in two horizontally |
C-x o | Switch to other window |
Working with frames:
Command | What it does |
C-x 5 0 | Close current frame |
C-x 5 1 | Close all frames except the current one |
C-x 5 2 | Create a new frame |
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home