diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9db4ba53..f05a1395 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -26,7 +26,7 @@ bind r source-file ~/.config/tmux/tmux.conf unbind C-t unbind C-b -set -g prefix C-t +set -g prefix C-s set -g mouse on setw -g automatic-rename on diff --git a/.zshrc b/.zshrc index 3de5a6e4..54684228 100644 --- a/.zshrc +++ b/.zshrc @@ -66,7 +66,7 @@ alias cat=bat alias autoyadm="AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh" alias yadmadd="~/dev/autoyadm/yadmadd.sh" -# bindkey -r '^T' +bindkey -r '^S' bindkey -r '\ex' # Created by `pipx` on 2024-09-20 02:14:00