formatted tmux conf

This commit is contained in:
Christian Koptein 2024-03-30 15:54:13 +01:00
parent 57021b06f0
commit b23da6edc5

View File

@ -18,7 +18,6 @@ set -g default-terminal screen-256color
setw -g monitor-activity on
set -g visual-activity on
setw -g aggressive-resize on
# Bindings for vertical + horizontal splits
@ -45,7 +44,6 @@ bind C-v run "tmux set-buffer \"$(xclip -o -selection clipboard)\"; tmux paste-b
setw -g mode-keys vi
# bind ^A space to go to the next window
bind-key C-a last-window
bind-key Space next-window