mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/tmux:
- run byobu-janitor in a new session, rather than a new window + on Mac (tmux 1.8), it seems that the tmux session does not yet exist, so this fails
This commit is contained in:
parent
15e6107aaa
commit
6f5d7399cd
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,6 +2,10 @@ byobu (5.41) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/share/byobu/profiles/tmux:
|
* usr/share/byobu/profiles/tmux:
|
||||||
- need to use prefix
|
- need to use prefix
|
||||||
|
* usr/share/byobu/profiles/tmux:
|
||||||
|
- run byobu-janitor in a new session, rather than a new window
|
||||||
|
+ on Mac (tmux 1.8), it seems that the tmux session does not
|
||||||
|
yet exist, so this fails
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 May 2013 13:36:07 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 May 2013 13:36:07 -0500
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
# Initialize environment, clean up
|
# Initialize environment, clean up
|
||||||
set-environment -g BYOBU_BACKEND tmux
|
set-environment -g BYOBU_BACKEND tmux
|
||||||
new-window -d byobu-janitor
|
new-session -d byobu-janitor
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
|
||||||
# Change to Screen's ctrl-a escape sequence and use screen-like keys
|
# Change to Screen's ctrl-a escape sequence and use screen-like keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue