dotfiles

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

dotfiles/tmux.conf | 1 KB

=> view raw

 1 #Integrate Mouse Scrolling
 2 # setw -g mode-mouse on
 3 # set-option -g mouse-select-pane on
 4 
 5 #Increase the scrollback
 6 set -g history-limit 5000
 7 
 8 #Screen-like prefix.
 9 set -g prefix C-a
10 bind-key C-a last-window
11 
12 #Better bindings for window split
13 unbind % # Remove default binding since we’re replacing
14 bind | split-window -h
15 bind - split-window -v
16 
17 #Customize the status bars.
18 # set -g status-bg cyan
19 # set -g status-fg white
20 # set -g status-left-length 24
21 # set -g status-left '#[fg=black]#[bg=white]#H-#S'
22 # set-window-option -g window-status-current-bg red
23 # set -g status-right '#[fg=black]#[bg=white]#(uptime)'
24 # set -g status-right-length 70
25 
26 # Powerline
27 source ~/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf
28 
29 # Better powerline highlighting.
30 set-window-option -g window-status-activity-attr bold,blink,underscore
31 
32 #Set Activity monitoring.
33 setw -g monitor-activity on
34 set -g visual-activity on
35 
36 # Vi keys in copy mode.
37 setw -g mode-keys vi
38 
39 # Set color mode.
40 set -g default-terminal "screen-256color"
Proxy Information
Original URL
gemini://r.bdr.sh/git/dotfiles/tree/24873310b30e1bd2ef7087a559a667532009b4c1/tmux.conf
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
624.801657 milliseconds
Gemini-to-HTML Time
0.25237 milliseconds

This content has been proxied by September (ba2dc).