commit 42c82d78a474927e04286233af561ace033dfae3 parent 3fe0a33640df9dd2cb66234ce0e9d322c5539a43 Author: Jake Koroman <jake@jakekoroman.com> Date: Sat, 17 Jan 2026 21:34:26 -0500 update tmux prefix key. Diffstat:
| M | tmux/tmux.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -1,6 +1,6 @@ unbind C-b -set -g prefix C-a -bind C-a send-prefix +set -g prefix C-'\' +bind C-'\' send-prefix set -g mouse on set-option -g history-limit 10000
