Is it possible to change Ctrl+S shortcut to Ctrl+R?
I often use bash's Ctrl+R for analogous search mode, so this shortcut makes more sense to me.
BTW: I coudn't find Cltr+S anywhere in menu. Where is it?
I think the ctrl+s for incremental search comes from emacs.
I'm not sure who'd beat who in a fight: emacs vs operating system
It'd be a close call, for sure.
-steve
On Sep 30, 2006, at 11:42 AM, porneL wrote:
Is it possible to change Ctrl+S shortcut to Ctrl+R?
I often use bash's Ctrl+R for analogous search mode, so this shortcut makes more sense to me.
BTW: I coudn't find Cltr+S anywhere in menu. Where is it?
-- regards, porneL
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
* 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.
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.