From c3a444b50b8f69558e7110c41a1eaa15ccb8e392 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 15 Feb 2026 10:39:59 +0530 Subject: tmux: minor config updates and modernization Signed-off-by: Brahmajit Das --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ba4e568..90731ba 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,8 +14,8 @@ unbind m bind m setw mouse # set clipboard on -set-option -g set-clipboard external -set -g allow-passthrough +set -g set-clipboard external +set -g allow-passthrough on # vim mode and copy keybindings # enable vi mode @@ -37,7 +37,7 @@ bind-key -T copy-mode-vi MouseDrag3Pane select-pane \; send-keys -X begin-select unbind-key -T copy-mode-vi MouseDragEnd3Pane # set zsh as default shell -# set -g default-command /bin/zsh +set -g default-command "exec /bin/zsh -i" set -g default-shell /bin/zsh set -sg escape-time 1 -- cgit v1.2.3