summaryrefslogtreecommitdiff
path: root/doc/ratpoison.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r--doc/ratpoison.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 75a5e7a..aa0e3c1 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1493,6 +1493,25 @@ change the cursor.
When called with no arguments, the current setting is returned.
@end deffn
+@deffn Command {set historysize} @var{n}
+Set how many lines of history should be recorded.
+
+When called with no arguments, the current setting is returned.
+@end deffn
+
+@deffn Command {set historcompaction} @var{bool}
+Set whether to remove multiple equal lines from history,
+even if not adjacent.
+
+When called with no arguments, the current setting is returned.
+@end deffn
+
+@deffn Command {set historexpansion} @var{bool}
+Set whether to expand ! using readline's libhistory in input.
+
+When called with no arguments, the current setting is returned.
+@end deffn
+
@deffn Command escape @var{key}
Set the prefix to @var{key}. For example @samp{escape C-b} sets the
prefix key to @key{C-b}.
@@ -1634,6 +1653,9 @@ Here is a list of variables that can be set:
@item wingravity
@item maxundos
@item resizeunit
+@item historysize
+@item historycompaction
+@item historyexpansion
@end itemize
@end deffn