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] New: vi-mode keybindings don't work in TUI mode


gdb 7.0-ubuntu

STR:
* Start debugging
    $ gdb a.out
* Switch to vi mode
    (gdb) <ctrl+alt+j>
* Start running, pause execution, then switch to TUI mode:
    (gdb) r
    (gdb) <ctrl+c>
    (gdb) layout next
* Use a vi-mode shortcut, e.g.
    (gdb) asdf <esc> <h>

Expected results:
The cursor moves left.

Actual results:
The cursor doesn't move left, because we're not in vi-mode.

-- 
           Summary: vi-mode keybindings don't work in TUI mode
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tui
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: justin dot lebar+gdb at gmail dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11393

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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