summaryrefslogtreecommitdiff
path: root/config/tmux.conf
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-27 10:12:34 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-27 10:12:50 -0800
commit1dce7eed749ccacba075dc556e983748a6453332 (patch)
treea114d147a4f7d632494abf415deae5f96c670feb /config/tmux.conf
parentfa3728d584155b980043b7215bbae7096f97354f (diff)
add tmux C-s
Diffstat (limited to 'config/tmux.conf')
-rw-r--r--config/tmux.conf4
1 files changed, 4 insertions, 0 deletions
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
+