summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-20 21:32:04 +0100
committerBlake Romero <blake@developercraft.com>2025-10-20 21:32:04 +0100
commit3f996d2b8d8493775e135c532346fc6d8d92eae4 (patch)
tree1277418c22e6c54cac14a845ec983dc2979babac /tmux.conf
Change prefix key to C-Space
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..0c9ece9
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,4 @@
+# Prefix key
+unbind C-b
+set -g prefix C-Space
+bind C-Space send-prefix