summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-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