diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2023-09-03 00:13:21 -0600 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2023-09-03 00:13:21 -0600 |
commit | 564505447e19354e596f303ab562fedca576589d (patch) | |
tree | 9af8e3d65c57c7ceb1e2ab75a8ab268763d154c3 /tmux | |
parent | 3991ac66a5269986b066338c404daea026b4ecbb (diff) | |
download | dotfiles-564505447e19354e596f303ab562fedca576589d.tar dotfiles-564505447e19354e596f303ab562fedca576589d.tar.gz dotfiles-564505447e19354e596f303ab562fedca576589d.tar.bz2 |
who knows lmao
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1b0d4fe..3ad9c80 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -g prefix M-Space +set -g prefix C-a set -g visual-activity on set -g status-style fg=white,bg=black set-window-option -g window-status-bell-style fg=white,bg=red,bold |