From 377401ceefea6772915071267625cd02c066f86e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 21:24:55 +0200 Subject: =?UTF-8?q?Copied=20tmux.conf=20from=20ska=C3=B0i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..8354426 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,11 @@ +set-option -g history-limit 50000 +set-option -g status-bg black +set-option -g status-fg white +set-option -g clock-mode-colour white +set-option -g clock-mode-style 24 +set-option -g bell-action any +set-option -g bell-on-alert on +bind / command-prompt "split-window -h 'exec man %%'" +bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." +bind C clock-mode +bind r move-window -r \ No newline at end of file -- cgit v1.2.3