mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/profiles/tmux: LP: #1177728
- use byobu's tmux-screen-keys.conf
This commit is contained in:
parent
5222412021
commit
3f9debc4c3
2 changed files with 3 additions and 4 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (5.40) unreleased; urgency=low
|
byobu (5.40) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/share/byobu/profiles/tmux: LP: #1177728
|
||||||
|
- use byobu's tmux-screen-keys.conf
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500
|
||||||
|
|
||||||
|
|
|
@ -25,10 +25,8 @@ set-environment -g BYOBU_BACKEND tmux
|
||||||
new-window -d byobu-janitor
|
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 and use screen-like keys
|
||||||
source /usr/share/byobu/keybindings/tmux-screen-keys.conf
|
source /usr/share/byobu/keybindings/tmux-screen-keys.conf
|
||||||
# On Archlinux, this file is not under the same directory
|
|
||||||
source /usr/share/tmux/screen-keys.conf
|
|
||||||
|
|
||||||
# Add ^A, F12 to the prefix list
|
# Add ^A, F12 to the prefix list
|
||||||
set -g prefix ^A
|
set -g prefix ^A
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue