mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* Add some nice defaults to ubuntu.screenrc
* Propose some additions in base-screenrc
This commit is contained in:
parent
a7a529c273
commit
8f38707e4b
3 changed files with 30 additions and 1 deletions
|
@ -2,4 +2,22 @@
|
|||
# The following line sources the currently selected profile
|
||||
source ~/.screenrc-profile
|
||||
|
||||
# Add your personalisation of screen below this line
|
||||
# Add your personalisation of screen below this line, some proposal are
|
||||
# commented out
|
||||
|
||||
# if activity is detected on an affected window switched into the background
|
||||
# you will receive the activity notification message in the status line
|
||||
# the window will also be marked with an ‘@’ in the window-status display
|
||||
#defmonitor on
|
||||
|
||||
# When any activity occurs in a background window that is being monitored
|
||||
# screen displays a notification in the message line
|
||||
#activity "activity -> %n%f %t" # window number , flags of the window , window title
|
||||
|
||||
# Start screen
|
||||
#screen -t motd watch -n 30 cat /etc/motd
|
||||
#screen -t local 0
|
||||
|
||||
#Escape as control-W
|
||||
#escape ^Ww
|
||||
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -4,5 +4,7 @@ screen-profiles (1.0) jaunty; urgency=low
|
|||
|
||||
[ Nicolas Barcet ]
|
||||
* Allow local modification of .screenrc (LP: #308216)
|
||||
* Add some nice defaults to ubuntu.screenrc
|
||||
* Propose some additions in base-screenrc
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 14 Dec 2008 13:12:12 -0600
|
||||
|
|
|
@ -31,4 +31,13 @@ hardstatus alwayslastline
|
|||
caption always '%{= Wk}%{= Wk}%?%-Lw%?%{= yk}%n %t%{= Wk} %?%+Lw%?%?%= %{= Wk}'
|
||||
hardstatus string '%{= wk} %{+b r}\%{= y}o%{=b Y}/%{+b wk} %100` %{= Wk}|%= |%{+B bW}%102`%{= Wk}|%{+b rW}%101`%{= Wk}|%{+b gW}%103`%{= Wk}|%{= wb}%Y-%m-%d %c:%s%{k}'
|
||||
|
||||
# Allow scrolling in xterm
|
||||
termcapinfo xterm ti@:te@
|
||||
|
||||
# Keybindings
|
||||
# Map shift-tab to go to next window
|
||||
bindkey "\033[Z" next
|
||||
# Ctrl+PgUp and Ctrl+PgDn to change windows
|
||||
bindkey ^[[5;5~ prev
|
||||
bindkey ^[[6;5~ next
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue