Re: [dev] [dmenu] Readline Bindings

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Mon, 14 Nov 2011 22:45:25 +0100

On 14/11/2011, Bastien Dejean <nihilhill_AT_gmail.com> wrote:
> This is only true when the search string is empty which is extremely
> rare: most of the times the first thing the user do is to type a few
> characters to filter the results and hence, the cursor is then at the
> end of the search string, C-f will move down in the search results and
> C-b backward in the search string.

... No. So long as you are not on the first item in the list, C-b will
move back through the selected items, regardless of the length of the
input. And so long as the cursor is at the end of the input, C-f will
move forward through the selected items. The cursor basically
continues from where the selector ends.

cls
Received on Mon Nov 14 2011 - 22:45:25 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 14 2011 - 22:48:04 CET