From aaa609109ec9c738ae400165f77acdaf63e8930d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 19 Dec 2018 11:34:15 -0500 Subject: [PATCH] Fix `resize_window` documentation example Signed-off-by: Philippe Proulx --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c7bc5d46f..3dde39530 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -230,7 +230,7 @@ action, for example:: map ctrl+left resize_window narrower map ctrl+right resize_window wider map ctrl+up resize_window taller - map shift+down move_window shorter 3 + map ctrl+down resize_window shorter 3 The ``resize_window`` action has a second, optional argument to control the resizing increment (a positive integer that defaults to 1).