Window Management for Emacs table of Contents
- 1. Emacs Window Related
- resizing window in 1.1 Emacs
- 1.2. Emacs Winner-mode Use
- 1.3 Emacs quickly jumps between windows
1Emacs window Related1.1Adjust window size in Emacs
Command |
Key |
Desc |
Enlarge-window |
C-x ^ |
Increases the current window and can be used with C-u num |
Shrink-window |
Unbound keys |
Reduce the current window height |
Enlarge-window-horizontally |
C-x} |
Increase the current window width |
Shrink-window-horizontally |
C-x { |
Decrease the current window width |
Balance-windows |
C-x + |
Balance the size of all windows |
1.2Emacs Winner-mode Use
- Winner-mode in Emacs 24 built-in, just need to be enabled in the configuration file.
(Winner-mode 1)
- Winner-redo C-c Left
- Winner-undo C-c Right
1.3Emacs quickly jumps between windows
- Window-numbering plugin, M-num quick jump to the specified window
Author:dai
Created:2016-04-14 Thu 01:29
Emacs 24.5.1 (ORG mode 8.2.10)
Validate
Window Management of Emacs