From 5a68b523dcc0b0bb7bf832330aebecaf0b1e15ea Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:32:48 +0100 Subject: [PATCH] removed the irrelevant keybind using the old tmux split keybind --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 52b35b8..909c8b3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -41,11 +41,6 @@ set -g mouse off # Set the default terminal set -s default-terminal 'kitty' -# open/split window with current path -bind '"' split-window -c "#{pane_current_path}" -bind % split-window -h -c "#{pane_current_path}" -bind c new-window -c "#{pane_current_path}" - # Longer workspace names set -g status-left-length 20