Ben Boeckel <[email protected]> writes: > Is M-f the same as 'e' in vi (end of next word)?
Yes, the only difference is where it leaves the cursor. > I suppose that the same logic that copy mode is now doing to > differentiate the two could be done there. Actually the copy mode implementation is wrong too: in vi mode it moves past the word, as in Emacs, but it should leave the cursor at the end of the word. -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/tmux-users
