[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Readline bug?
From: |
Greg Bell |
Subject: |
Readline bug? |
Date: |
Tue, 22 Jan 2019 14:01:03 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
Hi Chet et al,
On bash 4.3.48 (Ubuntu 16.04), \C-e doesn't work to move me to the end
of line when in vi command mode.
My .inputrc:
set editing-mode vi
set keymap vi-command
"\C-a": beginning-of-line
"\C-e": end-of-line
Then
$ bash --noprofile --norc
$ <type some stuff>
At "type some stuff", hit Esc to get into command mode. Only \C-a works.
If I change \C-e to \C-l, it works.
If I execute:
$ bind -m vi-command ' "\C-e": end-of-line '
it works.
pynexj on SO was able to reproduce.
Regards,
Greg
- Readline bug?,
Greg Bell <=