diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-26 04:37:49 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-26 04:37:49 +0000 |
commit | 4acc7c935e32c5e31b403b90d315cd7f8c0e7140 (patch) | |
tree | c9c3b5950c896497419f3682cf0dbbec1ab4b9a4 /.tmux.conf | |
parent | 90b2c5292b310130cef2daee0f4e2f91195646da (diff) | |
download | dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.gz dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.bz2 dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.xz dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.zip |
default shell in tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ set-option -g clock-mode-colour white | |||
5 | set-option -g clock-mode-style 24 | 5 | set-option -g clock-mode-style 24 |
6 | set-option -g bell-action any | 6 | set-option -g bell-action any |
7 | set-option -g bell-on-alert on | 7 | set-option -g bell-on-alert on |
8 | set-option -g default-shell /run/current-system/sw/bin/zsh | ||
8 | bind / command-prompt "split-window -h 'exec man %%'" | 9 | bind / command-prompt "split-window -h 'exec man %%'" |
9 | bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." | 10 | bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." |
10 | bind C clock-mode | 11 | bind C clock-mode |