On Sat, Nov 19, 2011 at 07:49:42PM -0500, Ben Boeckel wrote:
> Hi,
> 
> In Vim, the last jump target character and search string are remembered
> so that subsequent 'n', 'N', ';', and ',' commands work without needing
> to put the search again. Looking at the code, it doesn't seem *too* hard
> to do, but it would require swapping out the switch statements to check
> for NULL in the search and jump memory variables instead. Would this be
> wanted?

Don't n and N etc remember it already? I can just keep pressing N to
search...

I don't mind remembering anything else too.

> 
> As a side note, I have 't' and 'T' implemented for copy mode here
> (testing them before doing work to bring the window_copy_cursor_jump*
> functions together (since adding jump_to and jump_to_back makes it four
> copies of really similar code) into one. I'll work on adding the
> movements to the status line as well (though these might be overkill).

Ok cool.

> 
> --Ben
> 
> P.S. It seems that the svn mirror (on github) is behind. It has the
> following as the latest diff:
> 
> +- append to buffer in copy mode
> 
> The obsd mirror (also on github) has the word movement patches already.
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to