aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-02 13:12:48 -0600
committerBryson Steck <brysonsteck@protonmail.com>2022-11-02 13:12:48 -0600
commit1e0410734f651a0f2f391caf8c51b1e729960e66 (patch)
tree0cdffab6a77b51ab50f8394cf8254c8e5070846f /tmux
parent9dd7a9d441f8562e6fbafa3a257401d123729adf (diff)
downloaddotfiles-1e0410734f651a0f2f391caf8c51b1e729960e66.tar
dotfiles-1e0410734f651a0f2f391caf8c51b1e729960e66.tar.gz
dotfiles-1e0410734f651a0f2f391caf8c51b1e729960e66.tar.bz2
never overwritting things ever again :(
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index f930ac5..1b0d4fe 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,6 +1,7 @@
-set -g prefix C-a
+set -g prefix M-Space
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
set-window-option -g mode-keys vi
set -g status-right "#[fg=green,bg=default]#{pane_current_path}"
set -ag status-right " #[fg=yellow,bg=default]%I:%M%p "