| commit | a863834574ec02b87ff0e7245ef31f0d4543ab34 | [log] [download] |
|---|---|---|
| author | nicm <nicm> | Thu Jun 04 11:43:51 2015 +0000 |
| committer | nicm <nicm> | Thu Jun 04 11:43:51 2015 +0000 |
| tree | 4fe2aa4fe98c34bb0d56e5032460889b70dfc317 | |
| parent | a3edfd9e84f4f8e9b74425cdc4b00fe9cb3d0ba6 [diff] |
Add support for a single "marked pane". There is one marked pane in the
server at a time; it may be toggled or cleared with select-pane -m and
-M (the border is highlighted). A new target '~' or '{marked}' specifies
the marked pane to commands and it is the default target for the
swap-pane and join-pane -s flag (this makes them much simpler to use -
mark the source pane and then change to the target pane to run swapp or
joinp).