diff --git a/.tmux.conf b/.tmux.conf index 83570a3..ffbc55b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,7 +11,6 @@ set -g mouse on set -g prefix C-space #unbind-key C-b bind-key C-space send-prefix -#bind-key F1 send-prefix # Set new panes to open in current directory bind c new-window -c "#{pane_current_path}"