From 136eb2e7282419eb477564a079307e24c7da53a9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:00:27 +0100 Subject: [PATCH] added more comments --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c137251..97fa7f9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,7 +36,10 @@ bind - split-window -v -c "#{pane_current_path}" # Create new window with current path bind c new-window -c "#{pane_current_path}" +# Unbinding the old keybind for splitting the pane vertically unbind '"' + +# Unbinding the old keybind for splitting the pane horizontally unbind % # Disable completely the mouse