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