diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
commit | b18e9a774276dfe14d7d30e000d73dd3b6bc7533 (patch) | |
tree | 9091f754b5d9c121d7489fd8d7f26b05e1aa2920 /tmux.conf | |
parent | 699072b22dac27972b6a90f416f6dacaaaf7edb8 (diff) | |
download | dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.tar.gz dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.zip |
Removed '.' in front of dotfiles, started on install script, changed hyper, added bash, added tmux
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 + + |