-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_screenrc
More file actions
33 lines (29 loc) · 771 Bytes
/
_screenrc
File metadata and controls
33 lines (29 loc) · 771 Bytes
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
startup_message off
#shell bash
defscrollback 1000
hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'
# PREVIOUS WINDOW
# Ctrl + Alt + Left from gnome-terminal
bindkey ^[[1;7C prev
# Ctrl+Alt+Left from putty
bindkey ^[^[[D prev
# NEXT WINDOW
# Ctrl + Alt + Right from gnome-terminal
bindkey ^[[1;7D next
# Ctrl+Alt+Right from putty
bindkey ^[^[[C next
bind ! select 11
bind @ select 12
bind \# select 13
bind $ select 14
bind % select 15
bind \^ select 16
bind & select 17
bind * select 18
bind ( select 19
bind ) select 10
# Zwiazane z przewijaniem
termcapinfo xterm* ti@:te@
# Czyszczenie okna gdy wychodzi z VIMa
altscreen on