diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-15 05:09:59 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-15 05:09:59 +0000 |
| commit | c3a444b50b8f69558e7110c41a1eaa15ccb8e392 (patch) | |
| tree | 8a6e8b71bbcd9f88162f8410849d82573902691a | |
| parent | 70175ecf819105621c06849eff30373fcd44f9c7 (diff) | |
| download | dots-c3a444b50b8f69558e7110c41a1eaa15ccb8e392.tar.gz | |
tmux: minor config updates and modernization
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -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 |
