linux - Moving or shuffling the vsplit windows left and right -


i using vim editor , have split windows using vsplit. have 3 vertical split windows in a b c order. possible shuffle windows b a c order?

use <ctrl-w> + h move selected window far left (upper case h)

so if cursor in pane b <c-w>h move b left , take place in middle

take @ :h window-moving other options in moving windows around.

5. moving windows around                                window-moving   ctrl-w x                                        ctrl-w_x ctrl-w_ctrl-x ctrl-w ctrl-x   without count: exchange current window next one.  if there                 no next window, exchange previous window.                 count: exchange current window nth window (first                 window 1).  cursor put in other window.                 when vertical , horizontal window splits mixed,                 exchange done in row or column of windows                 current window in.  ...                                                  ctrl-w_h ctrl-w h        move current window @ far left, using                 full height of screen.  works closing                 current window , creating 1                 ":vert topleft split", except current window contents                 used new window.                 {not available when compiled without +vertsplit feature} 

Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -