added more comments

This commit is contained in:
aminnairi
2023-12-06 12:00:27 +01:00
parent 1565b52d84
commit 136eb2e728
+3
View File
@@ -36,7 +36,10 @@ bind - split-window -v -c "#{pane_current_path}"
# Create new window with current path # Create new window with current path
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
# Unbinding the old keybind for splitting the pane vertically
unbind '"' unbind '"'
# Unbinding the old keybind for splitting the pane horizontally
unbind % unbind %
# Disable completely the mouse # Disable completely the mouse