mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* keybindings/common, profiles/common, profiles/plain,
profiles/profile.skel: replace ~ with $HOME, LP: #336208
This commit is contained in:
parent
2f8ad81265
commit
41d2371448
5 changed files with 11 additions and 10 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
screen-profiles (1.31) UNRELEASED; urgency=low
|
||||
|
||||
*
|
||||
* keybindings/common, profiles/common, profiles/plain,
|
||||
profiles/profile.skel: replace ~ with $HOME, LP: #336208
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 28 Feb 2009 12:20:49 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 01 Mar 2009 10:11:42 -0600
|
||||
|
||||
screen-profiles (1.30-ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ register n "^a^c^aA" # Goes with the F2 definition
|
|||
bindkey -k k2 process n # F2 | Create new window (and name it)
|
||||
bindkey -k k3 prev # F3 | Previous Window
|
||||
bindkey -k k4 next # F4 | Next Window
|
||||
register r "^a:source ~/.screen-profiles/profile" # Goes with F5 definition
|
||||
register r "^a:source $HOME/.screen-profiles/profile" # Goes with F5 definition
|
||||
bindkey -k k5 process r # F5 | Reload profile
|
||||
bindkey -k k6 detach # F6 | Detach from this session
|
||||
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
||||
|
|
|
@ -44,10 +44,10 @@ termcapinfo xterm* ti@:te@
|
|||
defscrollback 10000
|
||||
|
||||
# The selected keybinding set, plus any additional user-defined/overriding
|
||||
# keybindings should be placed in each user's ~/.screen-profiles/keybindings
|
||||
source ~/.screen-profiles/keybindings
|
||||
# keybindings should be placed in each user's $HOME/.screen-profiles/keybindings
|
||||
source $HOME/.screen-profiles/keybindings
|
||||
|
||||
# Default windows
|
||||
# Windows list should be placed in each user's ~/.screen-profiles/windows,
|
||||
# Windows list should be placed in each user's $HOME/.screen-profiles/windows,
|
||||
# to be configurable
|
||||
source ~/.screen-profiles/windows
|
||||
source $HOME/.screen-profiles/windows
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
###############################################################################
|
||||
|
||||
source ~/.screenrc
|
||||
source $HOME/.screenrc
|
||||
|
|
|
@ -31,5 +31,5 @@ hardstatus string '__LOGO__%{=b Wk} %100` %{= Wk} %= %{=b bW}%102`%{= Wk} %{=b r
|
|||
# in this 'hardstatus string'.
|
||||
# See: https://bugs.launchpad.net/bugs/315871 (fixed in Jaunty)
|
||||
|
||||
# Allow local overrides in ~/.screenrc
|
||||
source ~/.screenrc
|
||||
# Allow local overrides in $HOME/.screenrc
|
||||
source $HOME/.screenrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue