added configuration file for dungon-crawl-stone-soup
This commit is contained in:
parent
d66419712f
commit
fba6b89347
4 changed files with 127 additions and 6 deletions
|
@ -29,8 +29,15 @@
|
|||
bind -r K resize-pane -U 5
|
||||
bind -r L resize-pane -R 5
|
||||
|
||||
#dont rename windows automatically
|
||||
set-option -g allow-rename off
|
||||
|
||||
#fix annoying escape behavior
|
||||
set -sg escape-time 0
|
||||
|
||||
#customizing ma tmux status line!
|
||||
#make sure the left status line can hold the stuff we are about to give it.
|
||||
set -g status-left-length 20
|
||||
#have the left side status line display my hostname.
|
||||
set -g status-left " #{host_short} | "
|
||||
#also lengthen the right side status, by mutch more.
|
||||
set -g status-right-length 60
|
||||
#have the right side status bar display the current battery status and the time/date.
|
||||
set -g status-right 'battery:#(acpi | cut -d ',' -f 2) | %H:%M %d-%m-%y '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue