mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/bin/byobu-ctrl-a, usr/share/byobu/profiles/tmux: LP: #910779
- don't use BYOBU_PREFIX for tmux paths
This commit is contained in:
commit
2efcb0fb3f
3 changed files with 8 additions and 3 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
||||||
byobu (5.2) unreleased; urgency=low
|
byobu (5.2) unreleased; urgency=low
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* icons/byobu_multi.svg, === removed directory icons,
|
* icons/byobu_multi.svg, === removed directory icons,
|
||||||
- save some space in the tarball
|
- save some space in the tarball
|
||||||
* usr/lib/byobu/logo:
|
* usr/lib/byobu/logo:
|
||||||
|
@ -28,6 +29,10 @@ byobu (5.2) unreleased; urgency=low
|
||||||
- when backend is not automatically set, check if screen or tmux
|
- when backend is not automatically set, check if screen or tmux
|
||||||
is installed on the system before setting the default backend
|
is installed on the system before setting the default backend
|
||||||
|
|
||||||
|
[ Daniel Hahler ]
|
||||||
|
* usr/bin/byobu-ctrl-a, usr/share/byobu/profiles/tmux: LP: #910779
|
||||||
|
- don't use BYOBU_PREFIX for tmux paths
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Dec 2011 12:28:51 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Dec 2011 12:28:51 -0600
|
||||||
|
|
||||||
byobu (5.1-0ubuntu1) precise; urgency=low
|
byobu (5.1-0ubuntu1) precise; urgency=low
|
||||||
|
|
|
@ -76,7 +76,7 @@ case "$bind_to" in
|
||||||
echo 'escape "^Aa"' >> "$keybindings"
|
echo 'escape "^Aa"' >> "$keybindings"
|
||||||
echo 'register x "^A"' >> "$keybindings"
|
echo 'register x "^A"' >> "$keybindings"
|
||||||
echo 'bindkey "^A"' >> "$keybindings"
|
echo 'bindkey "^A"' >> "$keybindings"
|
||||||
echo "source \$BYOBU_PREFIX/share/doc/tmux/examples/screen-keys.conf" > "$keybindings.tmux"
|
echo "source /usr/share/doc/tmux/examples/screen-keys.conf" > "$keybindings.tmux"
|
||||||
echo "INFO: ctrl-a will now operate in GNU Screen mode"
|
echo "INFO: ctrl-a will now operate in GNU Screen mode"
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -26,9 +26,9 @@ new-window -d byobu-janitor
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
|
||||||
# Change to Screen's ctrl-a escape sequence
|
# Change to Screen's ctrl-a escape sequence
|
||||||
source $BYOBU_PREFIX/share/doc/tmux/examples/screen-keys.conf
|
source /usr/share/doc/tmux/examples/screen-keys.conf
|
||||||
# On Archlinux, this file is not under the same directory
|
# On Archlinux, this file is not under the same directory
|
||||||
source $BYOBU_PREFIX/share/tmux/screen-keys.conf
|
source /usr/share/tmux/screen-keys.conf
|
||||||
|
|
||||||
# Add F12 to the prefix list
|
# Add F12 to the prefix list
|
||||||
set -g prefix ^A,F12
|
set -g prefix ^A,F12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue