diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
