From d91a13f1358d2d0f474f3e41bb465323364bbf8d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 19 Mar 2018 14:52:29 +0900 Subject: [PATCH] Remove unused keybind --- tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 7889a37..b888a06 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,8 +17,6 @@ bind C-c command-prompt "new-window '%%'" bind C-r source-file ~/.tmux.conf \; display-message "Reloaded config !" # new-session: -A: "behaves like attach-session if session-name already exists" # -d: do not attach the created session -bind C-s command-prompt -p "session name to switch to:" \ - "new-session -Ad -s '%1'\; switch-client -t '%1'" bind C-o command-prompt -p "session name to switch to:" \ "new-session -Ad -s '%1'\; switch-client -t '%1'"