From 058e83904cea637c53e5eace6b00c569e06c2530 Mon Sep 17 00:00:00 2001 From: Florrie Date: Mon, 28 May 2018 11:43:56 -0300 Subject: Oh come on --- .tmux.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 120000 => 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf deleted file mode 120000 index 64a7b4e..0000000 --- a/.tmux.conf +++ /dev/null @@ -1 +0,0 @@ -/home/florrie/.tmux.conf \ No newline at end of file diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..a69986c --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,13 @@ +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 -- cgit 1.3.0-6-gf8a5