Next: Customization, Previous: Installation, Up: swsw User Manual [Contents][Index]
In order to use any feature of the package, swsw-mode
must be enabled:
You can also add (swsw-mode)
to your init file, instead.
When swsw-mode
is enabled, window IDs are shown as mode line
lighters of the form <ID>
(by default, See ID display), and
other-window
(C-x o) is remapped to swsw-select
.
Select the window corresponding to ID in the current scope
(See Customization) (swsw-select
).
Delete the window corresponding to ID in the current scope (swsw-delete
).
Make the window corresponding to ID the in the current scope the sole
window of its frame (swsw-delete-other
).
Split the window corresponding to ID in the current scope from below
(swsw-split-window-below
). This window command accepts a
prefix argument (with the same semantics as split-window-below
).
Split the window corresponding to ID in the current scope from the right
(swsw-split-window-right
). This window command accepts a
prefix argument (with the same semantics as split-window-right
).
Display the buffer of the next command in the window corresponding to
ID in the current scope (swsw-delete
).
Swap the states of the current window and the window corresponding to
ID in the current scope (swsw-delete
).
Switch to the minibuffer if it’s active (swsw-select-minibuffer
).
See Window commands for information regarding defining new commands.
Next: Customization, Previous: Installation, Up: swsw User Manual [Contents][Index]
Copyright © Daniel Semyonov 2020-2022