Re: [dev] [wmii] wimenu custom completion

From: Arian Kuschki <arian.kuschki_AT_googlemail.com>
Date: Mon, 16 Aug 2010 01:19:14 +0200

Excerpts from LuX's message of 2010-08-16 00:37:54 +0200:
> Example: In bash I have always been missing a history behaving like in
> vim. Let me explain this. If you have typed a long command 'cmd' at

put

"\C-n": history-search-forward
"\C-p": history-search-backward

and/or

"\e[B":history-search-forward
"\e[A":history-search-backward

into ~/.inputrc to get vim-like completion with Control-P/N and/or
up/down keys. Read "man readline" for more info.

-- 
Received on Mon Aug 16 2010 - 01:19:14 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 16 2010 - 01:24:02 CEST