This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/11393] vi-mode keybindings don't work in TUI mode


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]