summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:24:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:24:55 +0200
commit377401ceefea6772915071267625cd02c066f86e (patch)
tree8382481907b48d0ce73c2f62dd45de48ebdbcb05
downloaddotfiles-377401ceefea6772915071267625cd02c066f86e.tar
dotfiles-377401ceefea6772915071267625cd02c066f86e.tar.gz
dotfiles-377401ceefea6772915071267625cd02c066f86e.tar.bz2
dotfiles-377401ceefea6772915071267625cd02c066f86e.tar.xz
dotfiles-377401ceefea6772915071267625cd02c066f86e.zip
Copied tmux.conf from skaĆ°i
-rw-r--r--.tmux.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..8354426
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,11 @@
1set-option -g history-limit 50000
2set-option -g status-bg black
3set-option -g status-fg white
4set-option -g clock-mode-colour white
5set-option -g clock-mode-style 24
6set-option -g bell-action any
7set-option -g bell-on-alert on
8bind / command-prompt "split-window -h 'exec man %%'"
9bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
10bind C clock-mode
11bind r move-window -r \ No newline at end of file