Re: Small typo wrt "next-layout" binding in manpage

2010-02-07 Thread Nicholas Marriott
Yes, I'll fix this. On Sun, Feb 07, 2010 at 11:41:24AM -0800, Micah Cowan wrote: > The manpage says next-layout is bound to C-space, which confused at > least one user. Of course, C-space isn't a real control (or else is > equivalent to C-@, "NUL"), and next-layout is bound to space. > The attach

Small typo wrt "next-layout" binding in manpage

2010-02-07 Thread Micah Cowan
The manpage says next-layout is bound to C-space, which confused at least one user. Of course, C-space isn't a real control (or else is equivalent to C-@, "NUL"), and next-layout is bound to space. The attached patch addresses this. -- Micah J. Cowan http://micah.cowan.name/ Index: tmux.1 ==