From a23a5c1fb2dad7e1f08877e775d7c2589b1b556c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 2 Mar 2013 14:32:25 +0100 Subject: [PATCH] Cosmetics. --- Makefile | 2 +- selector.1 | 6 +++++- selector.c | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ad1c020..2dc360e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # 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 # # This file is part of selector. diff --git a/selector.1 b/selector.1 index 75c5384..df00a70 100644 --- a/selector.1 +++ b/selector.1 @@ -1,4 +1,4 @@ -.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 \" and is distributed under a Creative Commons Attribution-Share Alike @@ -45,6 +45,10 @@ The selector command comes with a shell script for bash. If you add 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 diff --git a/selector.c b/selector.c index ad72cc2..afd5ce7 100644 --- a/selector.c +++ b/selector.c @@ -3,7 +3,7 @@ * 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 * * This file is part of selector. -- 2.20.1