From 61b89171a5e9e8c199aa284970ef8f0877a21da6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 16 Nov 2012 14:52:29 -0500 Subject: [PATCH] document the standard vte scrollback bindings --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 83d02c9..4f3748d 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,14 @@ INSERT MODE +----------------------+---------------------------------------------+ | ``ctrl-shift-t`` | open terminal in the current directory [1]_ | +----------------------+---------------------------------------------+ +| ``ctrl-shift-up`` | scroll up a line | ++----------------------+---------------------------------------------+ +| ``ctrl-shift-down`` | scroll down a line | ++----------------------+---------------------------------------------+ +| ``shift-pageup`` | scroll up a page | ++----------------------+---------------------------------------------+ +| ``shift-pagedown`` | scroll down a page | ++----------------------+---------------------------------------------+ .. [1] The directory can be set by a process running in the terminal. For example, with zsh: