Discussion:
[Bug tui/11393] vi-mode keybindings don't work in TUI mode
scottt.tw at gmail dot com
2012-03-19 19:41:40 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=11393

Scott Tsai <scottt.tw at gmail dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |scottt.tw at gmail dot com
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Stephane.Carrez at gmail dot com
2012-11-10 14:14:20 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=11393

Stephane Carrez <Stephane.Carrez at gmail dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-11-10
CC| |Stephane.Carrez at gmail
| |dot com
Ever Confirmed|0 |1

--- Comment #1 from Stephane Carrez <Stephane.Carrez at gmail dot com> 2012-11-10 14:14:20 UTC ---
Confirmed 7.5.

The problem comes from the TUI initialization that uses
the default readline keymap to setup specific key bindings.
Once we switch to TUI mode, we set our own keymap which comes from Emacs.

The TUI should manager a vi keymap override as it does for emacs
and detect which keymap is installed.

There is the issue of switching keymap when the TUI is active.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-03 13:01:11 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=11393

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
I tried this and as far as I can tell it works for me in git master gdb (8.3).
It would be nice if someone else could verify.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...