Emacs shortcut to switch from a horizontal split to a vertical split in one move? -
Emacs shortcut to switch from a horizontal split to a vertical split in one move? -
i find myself switching horizontal view of 2 windows in emacs vertical view. requires me first c-x 1
, c-x 3
, c-x o
followed c-x b <ret>
switch other buffer or that. have type c-x |
(analogous how, in ediff, nail |
toggle split view).
i found in emacs wiki site: http://www.emacswiki.org/emacs/togglewindowsplit
but how map key combo want? or whether there simpler way (taking less .emacs space).
the lastly line key combo defined. should (global-set-key (kbd "c-x |") 'toggle-window-split)
emacs
Comments
Post a Comment