summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2026-02-15 05:09:59 +0000
committerBrahmajit Das <listout@listout.xyz>2026-02-15 05:09:59 +0000
commitc3a444b50b8f69558e7110c41a1eaa15ccb8e392 (patch)
tree8a6e8b71bbcd9f88162f8410849d82573902691a
parent70175ecf819105621c06849eff30373fcd44f9c7 (diff)
downloaddots-c3a444b50b8f69558e7110c41a1eaa15ccb8e392.tar.gz
tmux: minor config updates and modernization
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--.tmux.conf6
1 files 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