mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 03:44:57 -04:00
Please forgive me
This commit is contained in:
parent
03be310a9b
commit
8068610b32
3 changed files with 11 additions and 4 deletions
10
.screenrc
10
.screenrc
|
|
@ -18,9 +18,9 @@ mousetrack on
|
|||
|
||||
# default windows
|
||||
screen -t Shell1 1 bash
|
||||
screen -t Shell2 2 bash
|
||||
screen -t Python 3 python
|
||||
screen -t Media 4 bash
|
||||
#screen -t Shell2 2 bash
|
||||
#screen -t Python 3 python
|
||||
#screen -t Media 4 bash
|
||||
select 0
|
||||
bind c screen 1 # window numbering starts at 1 not 0
|
||||
bind 0 select 10
|
||||
|
|
@ -82,4 +82,6 @@ bind -c rsz \t eval "focus" "command -c rsz" # Tab
|
|||
bind -c rsz -k kl eval "focus left" "command -c rsz" # Left
|
||||
bind -c rsz -k kr eval "focus right" "command -c rsz" # Right
|
||||
bind -c rsz -k ku eval "focus up" "command -c rsz" # Up
|
||||
bind -c rsz -k kd eval "focus down" "command -c rsz" # Down
|
||||
bind -c rsz -k kd eval "focus down" "command -c rsz" # Down
|
||||
source .screen_layout
|
||||
layout save def
|
||||
|
|
|
|||
Loading…
Reference in a new issue