On Sep 30, 2006, at 1:31 PM, Grant Hollingworth wrote:
- porneL mailinglist@pornel.net [2006-09-30 09:42]:
I often use bash's Ctrl+R for analogous search mode, so this shortcut makes more sense to me.
C-r is for reverse incremental search in Bash, Emacs, and readline. They also all have C-s for forward incremental search, which is what TextMate does. Your terminal might be using C-s as a stop character and blocking Bash. Try 'stty stop ""'.
What would be nice is if TextMate supported C-r for reverse searching.
You can reverse the direction using ctrl+shift+s. Which is like reverse find next, cmd+shift+g.