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/15163] Vi settings within ~/.inputrc prevent entering/exiting TUI via C-x a


https://sourceware.org/bugzilla/show_bug.cgi?id=15163

Vadim Zeitlin <vz-sourceware at zeitlins dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vz-sourceware at zeitlins dot org

--- Comment #6 from Vadim Zeitlin <vz-sourceware at zeitlins dot org> ---
Notice that even when using `gdb -tui` to start gdb in TUI mode, it's
impossible to switch to the single key mode as `^X,s` doesn't work with vi
bindings neither. Using `<Esc>,^E` does help but as the bindings reset to vi
mode when you exit the single key mode, you need to redo it every time which
makes the single key mode just not worth it -- even having a command like "tui
single-key" would be faster than doing this, but unfortunately gdb doesn't seem
to provide anything like this.

Is there any workaround that would allow to use keys starting with `^X` in vi
mode?

-- 
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]