diff --git a/tmux.conf b/tmux.conf index 0a9cc42..275865c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -15,7 +15,7 @@ set-option -g display-time 4000 ############################ setw -g mode-keys vi set -g status-keys vi -set -g prefix C-h +# set -g prefix C-h bind-key c new-window -c '#{pane_current_path}' bind-key '"' split-window -c '#{pane_current_path}' bind-key % split-window -h -c '#{pane_current_path}'