changed tmux prefix fomr y to x.

This commit is contained in:
Johannes Findeisen 2025-08-05 15:02:32 +02:00
commit f24aff111c

View file

@ -1,7 +1,7 @@
# Set prefix key
unbind-key C-b
bind y send-prefix
set -g prefix ^y
set -g prefix ^x
# CONFIGURATION
set -g automatic-rename on