diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-16 00:04:59 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-16 00:04:59 +0100 |
commit | 8478641ad0bdeebea7d79422e3174243b4508a91 (patch) | |
tree | ca482bd4c30c0a5a80832f00d4b772367bfb8f17 /doc/en | |
parent | c7da566f0ae6fa412341f48f27122ed7f968ae9d (diff) | |
download | poezio-8478641ad0bdeebea7d79422e3174243b4508a91.tar.gz poezio-8478641ad0bdeebea7d79422e3174243b4508a91.tar.bz2 poezio-8478641ad0bdeebea7d79422e3174243b4508a91.tar.xz poezio-8478641ad0bdeebea7d79422e3174243b4508a91.zip |
Add shortcuts to browse the history one line at a time
(C-b / C-f)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/keys.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/keys.txt b/doc/en/keys.txt index 074c9559..616468f5 100644 --- a/doc/en/keys.txt +++ b/doc/en/keys.txt @@ -82,6 +82,10 @@ height of the conversation window - 1. *Page Down*:: Like Page Up, but down. +*Ctrl-b*:: Go one line up in the buffer. + +*Ctrl-f*:: Go one line down in the buffer. + *Alt-/*:: Complete what you’re typing using the "recent" words from the current conversation, if any. |