[Cgdb-users] key bindings
Brought to you by:
bobbybrasko,
crouchingturbo
From: William P. <bil...@gm...> - 2007-08-05 07:10:05
|
I just started using cgdb a few weeks ago, and I'm loving it. This is a great tool. Thanks! I'm having a problem that seems related to the discussion in the archive around Aug '04 with the thread subject "key bindings". When in GDB mode and with readline in vi-mode, I can do: '<esc>kkAfoo' to append the text 'foo' to the command executed 2 instances back in the history, but I can't edit the line beyond that. Ie, if I try to replace 'foo' with 'bar', I would normally do: '<esc>FfRbar', but the esc there is being grabbed by cgdb and sending me into the source window. Is there a workaround for this? |