diff --git a/sensible.tmux b/sensible.tmux index de31d9c..bb2ccbd 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -132,7 +132,9 @@ main() { fi # pressing `prefix + prefix` sends to the shell - tmux bind-key "$prefix" send-prefix + if key_binding_not_set "$prefix"; then + tmux bind-key "$prefix" send-prefix + fi fi # If Ctrl-a is prefix then `Ctrl-a + a` switches between alternate windows.