diff --git a/files/tmux.conf b/files/tmux.conf index f0de50a..613bd9f 100644 --- a/files/tmux.conf +++ b/files/tmux.conf @@ -1,9 +1,7 @@ # # Key bindings # -unbind C-b -set -g prefix C-space -bind-key C-space send-prefix +bind-key C-b send-prefix # Open new windows/panes with the path in current pane bind c new-window -c '#{pane_current_path}'