From 1dce7eed749ccacba075dc556e983748a6453332 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Fri, 27 Feb 2026 10:12:34 -0800 Subject: add tmux C-s --- config/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/tmux.conf (limited to 'config/tmux.conf') diff --git a/config/tmux.conf b/config/tmux.conf new file mode 100644 index 0000000..74dce38 --- /dev/null +++ b/config/tmux.conf @@ -0,0 +1,4 @@ +set-option -g prefix C-s +bind C-s send-prefix +unbind C-b + -- cgit v1.2.3