Changeset 4196 for dotfiles

Show
Ignore:
Timestamp:
01/08/08 10:37:31 (5 years ago)
Author:
xcezx
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/screen/xcezx-screenrc

    r22 r4196  
    2525bind / eval "scrollback 0" "scrollback 10240" 
    2626 
     27# Split 
    2728bind -c REGION 2 split 
    2829bind -c REGION 1 only 
     
    3738bind x eval 'echo "2: split / 1: only / 0: remove / o: focus r: resize"' 'command -c REGION' 
    3839 
     40# App 
     41bind -c APP a screen -t aptitude sudo aptitude 
     42bind -c APP c screen -t cpan sudo cpan 
     43bind -c APP t screen -t top top 
     44bind a eval 'echo "a: aptitude / c: cpan / t: top"' 'command -c APP' 
     45 
     46markkeys h=^B:l=^F:$=^E:^D=V 
     47 
    3948# Init. 
    40 screen -t ROOT  9 su - 
    41 screen -t ZETA 6 
     49screen -t ROOT    9 
     50screen -t THETA   8 
     51screen -t ETA     7 
     52screen -t ZETA    6 
    4253screen -t EPSILON 5 
    43 screen -t DELTA 4 
    44 screen -t GAMMA 3 
    45 screen -t BETA  2 
    46 screen -t ALPHA 1 
    47 screen -t ZERO  0 
     54screen -t DELTA   4 
     55screen -t GAMMA   3 
     56screen -t BETA    2 
     57screen -t ALPHA   1 
     58screen -t ZERO    0 
    4859 
    4960# __END__