diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-11 18:13:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-11 18:13:35 +0000 |
commit | b29e949a7c64aa6f03cf61a081480b187fbab242 (patch) | |
tree | 853ba2ce3cb7494761ecca7baf12499276c853eb /.tmux.conf | |
parent | update (diff) | |
download | scripts-b29e949a7c64aa6f03cf61a081480b187fbab242.tar.gz scripts-b29e949a7c64aa6f03cf61a081480b187fbab242.zip |
mostly irc stuff
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ set-option -g set-titles on set -g focus-events on # dont wait for escape set -sg escape-time 0 +# bind-key -g C-a last-window +# bind-key a send-prefix set -g default-command /usr/bin/zsh set -g default-shell /usr/bin/zsh |