* keybindings/common, profiles/common, profiles/plain,

profiles/profile.skel: replace ~ with $HOME, LP: #336208
This commit is contained in:
Dustin Kirkland 2009-03-01 10:23:33 -06:00
commit 41d2371448
5 changed files with 11 additions and 10 deletions

5
debian/changelog vendored
View file

@ -1,8 +1,9 @@
screen-profiles (1.31) UNRELEASED; urgency=low 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 screen-profiles (1.30-ubuntu1) jaunty; urgency=low

View file

@ -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 k2 process n # F2 | Create new window (and name it)
bindkey -k k3 prev # F3 | Previous Window bindkey -k k3 prev # F3 | Previous Window
bindkey -k k4 next # F4 | Next 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 k5 process r # F5 | Reload profile
bindkey -k k6 detach # F6 | Detach from this session bindkey -k k6 detach # F6 | Detach from this session
bindkey -k k7 copy # F7 | Enter copy/scrollback mode bindkey -k k7 copy # F7 | Enter copy/scrollback mode

View file

@ -44,10 +44,10 @@ termcapinfo xterm* ti@:te@
defscrollback 10000 defscrollback 10000
# The selected keybinding set, plus any additional user-defined/overriding # The selected keybinding set, plus any additional user-defined/overriding
# keybindings should be placed in each user's ~/.screen-profiles/keybindings # keybindings should be placed in each user's $HOME/.screen-profiles/keybindings
source ~/.screen-profiles/keybindings source $HOME/.screen-profiles/keybindings
# Default windows # 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 # to be configurable
source ~/.screen-profiles/windows source $HOME/.screen-profiles/windows

View file

@ -19,4 +19,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
############################################################################### ###############################################################################
source ~/.screenrc source $HOME/.screenrc

View file

@ -31,5 +31,5 @@ hardstatus string '__LOGO__%{=b Wk} %100` %{= Wk} %= %{=b bW}%102`%{= Wk} %{=b r
# in this 'hardstatus string'. # in this 'hardstatus string'.
# See: https://bugs.launchpad.net/bugs/315871 (fixed in Jaunty) # See: https://bugs.launchpad.net/bugs/315871 (fixed in Jaunty)
# Allow local overrides in ~/.screenrc # Allow local overrides in $HOME/.screenrc
source ~/.screenrc source $HOME/.screenrc