aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-05-18 18:30:10 +0300
committerFlorian Walch <florian@fwalch.com>2015-05-19 12:44:56 +0300
commit90fae3663f543e9573c4e69380cfcdcbc7bb34fc (patch)
tree5d4afe1d52a3ce18c0f8a9ffbfc5dc0891f2246b /runtime/doc/quickref.txt
parent73137e0a84d73196db1a8d66a45210f7ffb6632d (diff)
downloadrneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.gz
rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.bz2
rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.zip
vim-patch:4abac79 #2694
Update runtime files. https://code.google.com/p/vim/source/detail?r=4abac79c0b7ae7aac0cb32d9930e155de628b63f
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 92492f72e1..430cb7e466 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1,4 +1,4 @@
-*quickref.txt* For Vim version 7.4. Last change: 2014 Aug 06
+*quickref.txt* For Vim version 7.4. Last change: 2014 Oct 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1282,11 +1282,16 @@ Context-sensitive completion on the command-line:
|CTRL-W_R| CTRL-W R rotate windows upwards
|CTRL-W_x| CTRL-W x exchange current window with next one
-|CTRL-W_=| CTRL-W = make all windows equal height
+|CTRL-W_=| CTRL-W = make all windows equal height & width
|CTRL-W_-| CTRL-W - decrease current window height
|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