diff options
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 |