-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot.screenrc
45 lines (36 loc) · 1.06 KB
/
dot.screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Author: Jorge Pereira <jpereiran@gmail.com>
# Last Changes: Thu Jan 3 11:04:12 BRST 2013
# ##
# inicia por padrao no diretorio abaixo
shell -$SHELL
shelltitle "$ |bash"
#term "screen-256color-bce"
hardstatus on
hardstatus alwayslastline
#hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
#hardstatus alwayslastline "%{.bW}%{G}[ %{Y}%h %{G}][%{w}%?%-Lw%?%{G}(%{W}%n*%f %t%?(%u)%?%{G})%{w}%?%+Lw%?%?%= %{G}][%{Y} %H %{G}]"
hardstatus alwayslastline "%{.kW}%{G}[ %{Y}%h %{G}][%{w}%?%-Lw%?%{G}(%{W}%n*%f %t%?(%u)%?%{G})%{w}%?%+Lw%?%?%= %{G}][%{Y} %H %{G}]"
startup_message off
bind R eval "source $HOME/.screenrc" "echo '.screenrc reloaded!'"
bind ',' prev
bind '.' next
bind j focus down
bind k focus up
# MacOS X
#bindkey "^[^[[D" prev
#bindkey "^[^[[C" next
# Linux <CTRL> + (LEFT || RIGHT)
#bindkey "^[[1;5D" prev
#bindkey "^[[1;5C" next
# Linux <SHIFT> + (LEFT || RIGHT)
bindkey "^[[1;2D" prev
bindkey "^[[1;2C" next
# scrolling
defscrollback 5000
altscreen on
# tabs
screen -t bash
screen -t bash
screen -t bash
screen -t bash
screen -t bash