This is the mail archive of the gdb@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]

Re: Using C-s to forward search command history


> If I've read the info pages correctly, I can use C-s in order to search 
> the command history forwards.  However, this sequence also seems to be 
> the control sequence to suspend the terminal :-(
> 
> Have I misunderstood, or is there a way round this?  (It would be very 
> useful for me to be able to search forwards).

This is not a GDB issue, it's a readline issue. Try doing the same thing
with while using the bash shell. You might be able to remap the
functionality of forward-search-history in your .inputrc. 

Bob Rossi


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