diff options
author | Florrie <towerofnix@gmail.com> | 2018-05-28 11:43:56 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-05-28 11:43:56 -0300 |
commit | 058e83904cea637c53e5eace6b00c569e06c2530 (patch) | |
tree | d32acce12f59206b01c31a4d107ee422d43a2b0a /.tmux.conf | |
parent | 6e96ee6eb23d7168f365a3466ccfa8b0cf53e6b3 (diff) |
Oh come on
Diffstat (limited to '.tmux.conf')
-rw-r--r--[l---------] | .tmux.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index 64a7b4e..a69986c 120000..100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1 +1,13 @@ -/home/florrie/.tmux.conf \ No newline at end of file +set -g mouse on +set -g default-terminal "screen-256color" +set -g repeat-time 250 +set -sg escape-time 0 + +set -g status-bg colour235 +set -g status-fg colour245 +set-window-option -g window-status-current-fg white + +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind -n C-S-Left swap-window -t -1 +bind -n C-S-Right swap-window -t +1 |