mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
36 lines
641 B
Text
36 lines
641 B
Text
# less noise
|
|
startup_message off
|
|
vbell off
|
|
|
|
# login shell
|
|
shell -${SHELL}
|
|
|
|
# tab-like bar
|
|
hardstatus on
|
|
hardstatus alwayslastline
|
|
#hardstatus string '%{= kW}%-Lw%{= kY}%50>%n%f* %t%{= kW}%+Lw%< %{= kG}%-=%c %d-%M-%y%{-}'
|
|
hardstatus string '%{= gk}%-Lw%50>%n%f* %t%+Lw%< %-="%H" %c %d-%M-%y%{-}'
|
|
|
|
# split title
|
|
#caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
|
|
|
|
# more room
|
|
defscrollback 10000
|
|
|
|
# survive brutality
|
|
autodetach on
|
|
|
|
# colors
|
|
term screen-256color
|
|
|
|
# scroll
|
|
#termcapinfo xterm* ti@:te@
|
|
|
|
# tmux-like bindings
|
|
escape ^bb
|
|
bind w windowlist -b
|
|
bind x kill
|
|
bind ^z suspend
|
|
|
|
bind j focus down
|
|
bind k focus up
|