# selector is a simple command line utility for selection of strings
# with a dynamic pattern-matching.
#
-# Copyright (c) 2009, 2010, 2011 Francois Fleuret
+# Copyright (c) 2009-2012 Francois Fleuret
# Written by Francois Fleuret <francois@fleuret.org>
#
# This file is part of selector.
-.TH "SELECTOR" "1.1.7" "July 2012" "Francois Fleuret" "User Commands"
+.TH "SELECTOR" "1.1.7" "February 2013" "Francois Fleuret" "User Commands"
\" This man page was written by Francois Fleuret <francois@fleuret.org>
\" and is distributed under a Creative Commons Attribution-Share Alike
in your \fB~/.bashrc\fR, it will remap M-r to the smart history search,
and redefine \fBcd\fR so that M-c provides a smart cd history.
+This script relies on readline being configured with the default
+emacs-style key bindings. You may have to hack a bit if you want to
+use it with the vi-style mode.
+
.SH "KEY BINDINGS"
Keys corresponding to ASCII codes between " " and "~" add a character
* selector is a simple command line utility for selection of strings
* with a dynamic pattern-matching.
*
- * Copyright (c) 2009, 2010, 2011, 2012 Francois Fleuret
+ * Copyright (c) 2009-2013 Francois Fleuret
* Written by Francois Fleuret <francois@fleuret.org>
*
* This file is part of selector.