On Wed, May 21, 2008 at 6:14 AM, Sonia Hamilton <[EMAIL PROTECTED]> wrote:
> My second question is: how do I "unsplit"?
"unsplit" is either C-a X (removes the current region) or C-a Q (makes
current region the only region).
--
Aaron Davies
[EMAIL PROTECTED]
I use the split command (C-a S) to split my screens, and have a hard
status line inspired by the examples:
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %{..Y}"
I also have the suggested key bindings to make working with focus
easier:
bind j focus down
bind k focus up
bind t focus top