Changed tmux prefix from C-b to C-y.

This commit is contained in:
Johannes Findeisen 2024-09-01 22:11:55 +02:00
commit c2eacebb11

View file

@ -1,6 +1,11 @@
# Original Source:
# https://github.com/jonasjacek/colorcli
# Set prefix key
unbind-key C-b
bind y send-prefix
set -g prefix ^y
# DESIGN: 256 COLOR SUPPORT
setw -g default-terminal "screen-256color"