Great, applied, thanks.
On Sat, Nov 02, 2013 at 01:36:05PM -0500, J Raynor wrote:
> > How about doing this the emacs way? All lowercase means case-insensitive,
> > any caps means case-sensitive.
>
> Sure. I've attached a new patch that does that. There's no window
> option this time since it i
> How about doing this the emacs way? All lowercase means case-insensitive,
> any caps means case-sensitive.
Sure. I've attached a new patch that does that. There's no window
option this time since it isn't needed.
tmux-case-insensitive-search.patch
Description: Binary data
---
Hi
How about doing this the emacs way? All lowercase means case-insensitive, any
caps means case-sensitive.
Original message
From: J Raynor
Date: 01/11/2013 06:48 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: patch for case insensitive search
I
I've attached a patch that implements case insensitive searching in
copy mode. The case insensitive searching only works for ascii
characters (not unicode) because that's all tmux appears to allow you
to enter when you do a search.
The patch adds a new window option called case-insensitive-search