diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..3b9f619 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,14 @@ +unbind C-b +set -g prefix C-a + +bind -n M-Left select-pane -L +bind -n M-Right select-pane -R +bind -n M-Up select-pane -U +bind -n M-Down select-pane -D + +setw -g monitor-activity on +set -g visual-activity on + +set-window-option -g window-status-current-bg yellow + + |