diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:41 -0500 |
commit | 447d51cfcd988ca977f95e51f9cdf32d68c499dd (patch) | |
tree | 9f4447809b2205ea9651f9cea98874e8faedee0e /.tmux.conf | |
parent | Open html emails in firefox (diff) |
Update mutt tmux config
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,7 @@ bind K confirm kill-server bind C-K confirm kill-server bind t send-prefix bind C-t send-prefix +bind-key R respawn-pane # Enable the mouse set -g mouse on @@ -36,7 +37,6 @@ set -g status-keys emacs # set -g window-status-bell-bg red # set -g window-status-bell-fg yellow - # Powerline: set-option -g status on set-option -g status-interval 2 |