dotfiles

=> git.r.bdr.sh
=> summary
=> tree
=> log
=> refs

dotfiles/tmux.conf | 1 KB

=> view raw

 1 # Allow use of buffer
 2 set-option -g default-command "reattach-to-user-namespace -l zsh"
 3 
 4 #Increase the scrollback
 5 set -g history-limit 5000
 6 
 7 #Screen-like prefix.
 8 set -g prefix C-a
 9 bind-key C-a last-window
10 
11 #Better bindings for window split
12 unbind % # Remove default binding since we’re replacing
13 bind | split-window -h
14 bind - split-window -v
15 
16 #Customize the status bars.
17 set -g status-bg cyan
18 set -g status-fg colour232
19 set -g status-left-length 24
20 set -g status-left '#[fg=colour232]#[bg=green]#S '
21 set-window-option -g window-status-current-style bg=magenta,fg=colour232
22 set-window-option -g window-status-style fg=colour232
23 set -g status-right ' #[fg=colour232]#[bg=green] #(bash ~/.dotfiles/functions/short-uptime.bash)'
24 set -g status-right-length 70
25 
26 # Better powerline highlighting.
27 set-window-option -g window-status-activity-style bold,blink,underscore
28 
29 #Set Activity monitoring.
30 setw -g monitor-activity on
31 set -g visual-activity on
32 
33 # Vi keys in copy mode.
34 setw -g mode-keys vi
35 bind -r k run-shell 'tmux select-pane -U'
36 bind -r j run-shell 'tmux select-pane -D'
37 bind -r h run-shell 'tmux select-pane -L'
38 bind -r l run-shell 'tmux select-pane -R'
39 
40 # Set color mode.
41 set -g default-terminal "xterm-256color"
42 set-option -ga terminal-overrides ",xterm-256color:Tc"
Proxy Information
Original URL
gemini://r.bdr.sh/git/dotfiles/tree/a9ff0fa6524bd96d0860ef79ae0c15ba6c715d56/tmux.conf
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
572.614153 milliseconds
Gemini-to-HTML Time
0.256664 milliseconds

This content has been proxied by September (ba2dc).