Re: [Patch] Copy mode: goto-first-line and goto-last-line

2010-01-25 Thread Nicholas Marriott
Looks great, I'll test it and commit it later on. Thanks On Mon, Jan 25, 2010 at 02:46:39AM -0800, Micah Cowan wrote: > This patch introduces new commands to jump to the top and bottom of the > history, in copy mode. In both vi mode and emacs mode, they are bound to > Ctrl-Home and Ctrl-End. In

Re: [Patch] Copy mode: goto-first-line and goto-last-line

2010-01-25 Thread Micah Cowan
Micah Cowan wrote: > This patch introduces new commands to jump to the top and bottom of the > history, in copy mode. In both vi mode and emacs mode, they are bound to > Ctrl-Home and Ctrl-End. In vi mode, the alternate keys g and G are also > bound, and in emacs mode, < and >. I failed to mention

[Patch] Copy mode: goto-first-line and goto-last-line

2010-01-25 Thread Micah Cowan
This patch introduces new commands to jump to the top and bottom of the history, in copy mode. In both vi mode and emacs mode, they are bound to Ctrl-Home and Ctrl-End. In vi mode, the alternate keys g and G are also bound, and in emacs mode, < and >. g, G, < and > are all used by "less" for this