Adding latest version of my tmux config

This commit is contained in:
Tobias 2024-11-19 22:20:09 +01:00
parent 9ad29c13ca
commit 8e0a0a8964

View File

@ -2,6 +2,8 @@
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
# Set default shell to ZSH
set-option -g default-shell /usr/bin/zsh
# remap prefix from 'C-b' to 'C-a' # remap prefix from 'C-b' to 'C-a'
unbind C-b unbind C-b