From 73fcd631323a6edf241abf04fe27121a92411f92 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 22 Apr 2022 14:00:39 +0800 Subject: Update tmux config --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b0961d7..c795ac1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,6 +39,7 @@ set-window-option -g mode-keys vi bind v split-window -h -c '#{pane_current_path}' bind s split-window -v -c '#{pane_current_path}' +bind c new-window -c "#{pane_current_path}" unbind '"' unbind % -- cgit v1.2.3