commit b2bd8c491ab0ef0d6da19928cfefd5a4848b4095 parent 4afe78044dce16b972dc1dc74dc3731cea26866d Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Wed, 15 Jul 2026 00:08:20 -0300 tmux: change prefix to C-a Diffstat:
| M | .config/tmux/tmux.conf | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -2,3 +2,7 @@ set-option -g history-limit 10000 set-option -g status-right "" bind-key -T prefix S choose-tree -ZGs + +set-option -g prefix C-a +bind-key C-a send-prefix +unbind-key C-b