Hi there.
I'm not sure if I'm right here as I'm not familiar with google groups in
general and therefore with this mailing list and how it's organized.
So I followed the instructions on http://www.vim.org/develop.php and
send the proposed addition as diff file for approval.
IMHO, even it's a quick reference it would be consistent also to mention
the commands for adjusting the window width and not only the ones for
adjusting their height.
Doing so, I also realized that there is no built in horizontal
equivalent to CTRL-W_= (make all windows equal height), i.e. a command
to make all windows equal width. Am I right or did I miss something?
(I'm speaking about internal commands, not about extensions, scripts
etc. I'm also aware about :set winfixwidth.)
However it may be, thanks to all for the greatest editing language ever
seen and happy hacking ;-)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1318,6 +1318,11 @@
|CTRL-W_+| CTRL-W + increase current window height
|CTRL-W__| CTRL-W _ set current window height (default:
very high)
+
+|CTRL-W_<| CTRL-W < decrease current window width
+|CTRL-W_>| CTRL-W > increase current window width
+|CTRL-W_bar| CTRL-W | set current window width (default:
+ widest possible)
------------------------------------------------------------------------------
*Q_bu* Buffer list commands