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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -