Update windows transient state docstring

This commit is contained in:
syl20bnr 2016-03-24 00:49:46 -04:00
parent 92cc50bbaa
commit 9368cba427

View file

@ -401,17 +401,15 @@
(spacemacs|define-transient-state window-manipulation
:title "Window Manipulation Transient State"
:doc
"
Select^^^^ Move^^^^ Split^^ Resize^^ Other^^
------^^^^------------- -----^^^^------------ ------^^-------------- -------^^------------------- ------^^-------------------
[_j_/_k_] down/up [_J_/_K_] down/up [_s_] vertical [_[_] shrink horizontally [_q_] quit
[_h_/_l_] left/right [_H_/_L_] left/right [_S_] vert & follow [_]_] enlarge horizontally [_u_] restore prev layout
[_0_-_9_] window N [_R_]^^ rotate [_v_] horizontal [_{_] shrink vertically [_U_] restore next layout
[_w_]^^ other window ^^^^ [_V_] horiz & follow [_}_] enlarge vertically [_d_] close current
[_o_]^^ other frame ^^^^ ^^ ^^ [_D_] close other
^^^^ ^^^^ ^^ ^^ [_g_] golden-ratio %`golden-ratio-mode
"
:doc "
Select^^^^ Move^^^^ Split^^ Resize^^ Other^^
^^^^ ^^^^ ^^ ^^ ^^
[_j_/_k_] down/up [_J_/_K_] down/up [_s_] vertical [_[_] shrink horizontally [_q_] quit
[_h_/_l_] left/right [_H_/_L_] left/right [_S_] vert & follow [_]_] enlarge horizontally [_u_] restore prev layout
[_0_-_9_] window N [_R_]^^ rotate [_v_] horizontal [_{_] shrink vertically [_U_] restore next layout
[_w_]^^ other window ^^^^ [_V_] horiz & follow [_}_] enlarge vertically [_d_] close current
[_o_]^^ other frame ^^^^ ^^ ^^ [_D_] close other
^^^^ ^^^^ ^^ ^^ [_g_] golden-ratio %`golden-ratio-mode"
:bindings
("q" nil :exit t)
("0" select-window-0)