1
Fork 0
This commit is contained in:
Matei Adriel 2022-12-05 01:18:31 +01:00
parent 32b53a7fd6
commit 811660e30a
11 changed files with 49 additions and 8 deletions
dotfiles/tmux

View file

@ -3,6 +3,9 @@ set -g prefix C-a
unbind C-b
bind C-a send-prefix
# Hide status bar
set -g status off
# don't rename windows automatically
set-option -g allow-rename off