removed the irrelevant keybind using the old tmux split keybind

This commit is contained in:
aminnairi
2023-12-06 11:32:48 +01:00
parent 4557750c36
commit 5a68b523dc
-5
View File
@@ -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