* usr/share/man/man1/byobu.1:

- update examples
This commit is contained in:
Dustin Kirkland 2016-03-01 14:28:12 -06:00
commit e3e7862a16
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.105) unreleased; urgency=medium byobu (5.105) unreleased; urgency=medium
* UNRELEASED * usr/share/man/man1/byobu.1:
- update examples
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Feb 2016 23:46:26 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Feb 2016 23:46:26 -0600

View file

@ -136,6 +136,9 @@ For example:
For example: For example:
$ cat $BYOBU_CONFIG_DIR/windows.tmux.split4 $ cat $BYOBU_CONFIG_DIR/windows.tmux.split4
new-session 'bash' ; new-session 'bash' ;
new-window -n term1 ;
new-window -n term2 ;
new-window -n ssh ssh 10.9.8.7 ;
split-window ; split-window ;
split-window ; split-window ;
split-window ; split-window ;