diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:24:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:24:55 +0200 |
commit | 377401ceefea6772915071267625cd02c066f86e (patch) | |
tree | 8382481907b48d0ce73c2f62dd45de48ebdbcb05 | |
download | dotfiles-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.conf | 11 |
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 @@ | |||
1 | set-option -g history-limit 50000 | ||
2 | set-option -g status-bg black | ||
3 | set-option -g status-fg white | ||
4 | set-option -g clock-mode-colour white | ||
5 | set-option -g clock-mode-style 24 | ||
6 | set-option -g bell-action any | ||
7 | set-option -g bell-on-alert on | ||
8 | bind / command-prompt "split-window -h 'exec man %%'" | ||
9 | bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." | ||
10 | bind C clock-mode | ||
11 | bind r move-window -r \ No newline at end of file | ||