From 5aeca8955b097dc6c1be76053fd5221aa9137578 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 23 Jan 2022 16:18:09 +0800 Subject: Update key binds in .tmux.conf The prefix n is used to switch focus on window by default. It is more useful than create new session. So it is set to default macro. --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b9e699a..de5fdda 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,7 +18,6 @@ set-window-option -g mode-keys vi # navigation -bind n new-session bind f command-prompt -p find-session: 'switch-client -t %%' bind | split-window -h -c '#{pane_current_path}' -- cgit v1.2.3