summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authortslil clingman <>2021-01-28 11:20:17 -0500
committertslil clingman <>2021-01-28 11:20:17 -0500
commit1adae202f53b0c49e957b9c0a840b81e9361c776 (patch)
treea46bedbedf9e0145dc70f55edc13be79d5954891 /.tmux.conf
parente93dffe9cdfec82ec8a0d38112fab2730b2b78e9 (diff)
This is much less annoying for my muscle memory
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 599f5a7..75e88e6 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -17,9 +17,10 @@ set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]"
unbind C-t
unbind C-b
set -g prefix C-t
-bind C-t send-prefix
-bind t last-window
+bind t send-prefix
+
+bind C-t last-window
unbind x
bind x lock-server