From ebad705062e8011e0d2ae0a460d6c1ee528f2c70 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 6 Dec 2024 11:35:58 +0100 Subject: [PATCH] fix: remove comment --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) 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}"