summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--curtis/.tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/curtis/.tmux.conf b/curtis/.tmux.conf
index 97a73012..46e9130a 100644
--- a/curtis/.tmux.conf
+++ b/curtis/.tmux.conf
@@ -5,14 +5,14 @@ set -g terminal-overrides "linux:cnorm=\e[?25h\e[?8c" # cvvis
 set -g escape-time 0
 
 unbind C-b
-set -g prefix C-j
-bind j send-prefix
+set -g prefix C-space
+bind space send-prefix
 
 bind t new-window -c '#{pane_current_path}'
 bind s split-window -v -c '#{pane_current_path}'
 bind v split-window -h -c '#{pane_current_path}'
 
-bind C-j last-window
+bind C-space last-window
 bind C-w last-pane
 bind h previous-window
 bind l next-window
6a5f20a12e39f6f98ba0abe99d996&follow=1'>Call static_assert by _Static_assertJune McEnroe 2020-06-07Add OpenBSD to install.shJune McEnroe 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe