Compare commits
2 commits
be420d8b74
...
bfb93522b7
| Author | SHA1 | Date | |
|---|---|---|---|
| bfb93522b7 | |||
| 33570901fa |
1 changed files with 21 additions and 0 deletions
21
private_dot_config/tmux/tmux.conf
Normal file
21
private_dot_config/tmux/tmux.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
set-option -g default-shell /usr/bin/fish
|
||||
|
||||
bind-key h select-pane -L
|
||||
bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
# nested tmux, obey me
|
||||
bind-key a send-prefix
|
||||
|
||||
# Avoid the annoying bit of delay when using the control character
|
||||
set -g escape-time 0
|
||||
set -g renumber-windows on
|
||||
|
||||
# Show a visual bell, even on other windows
|
||||
set-window-option -g visual-bell both
|
||||
set-window-option -g bell-action other
|
||||
|
||||
# Set up the window visuals
|
||||
set -g window-status-style bg=yellow
|
||||
set -g window-status-current-style bg=red,fg=white
|
||||
Loading…
Add table
Add a link
Reference in a new issue