=== modified file 'debian/changelog' --- debian/changelog 2015-03-23 17:27:22 +0000 +++ debian/changelog 2015-03-23 17:39:43 +0000 @@ -5,6 +5,9 @@ * usr/bin/byobu-config.in: LP: #1383669 - revert commit to LP: #1316050, which hardcoded LANG=C - this should fix rendering of Japanese characters in the menu + * usr/share/byobu/keybindings/f-keys.tmux: LP: #1350813 + - handle tmux 1.9's default path changes, per: + https://sourceforge.net/p/tmux/tmux-code/ci/1.9/tree/CHANGES -- Dustin Kirkland Sat, 07 Mar 2015 18:59:37 -0500 === modified file 'usr/share/byobu/keybindings/f-keys.tmux' --- usr/share/byobu/keybindings/f-keys.tmux 2014-12-09 23:55:07 +0000 +++ usr/share/byobu/keybindings/f-keys.tmux 2015-03-23 17:38:41 +0000 @@ -28,9 +28,9 @@ # Documented in: $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt bind-key -n F1 new-window -k -n config byobu-config bind-key -n S-F1 new-window -k -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt'" -bind-key -n F2 new-window \; rename-window "-" -bind-key -n C-F2 display-panes \; split-window -h -bind-key -n S-F2 display-panes \; split-window -v +bind-key -n F2 new-window -c "#{pane_current_path}" \; rename-window "-" +bind-key -n C-F2 display-panes \; split-window -h -c "#{pane_current_path}" +bind-key -n S-F2 display-panes \; split-window -v -c "#{pane_current_path}" bind-key -n C-S-F2 new-session bind-key -n F3 previous-window bind-key -n F4 next-window