aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_tmux.conf23
1 files changed, 9 insertions, 14 deletions
diff --git a/_tmux.conf b/_tmux.conf
index 260954e..3762fe5 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -1,18 +1,17 @@
-#########################################################################
-## tmux configuration ##
-## ~/.tmux.conf ##
-## ##
-## Weitian LI <liweitianux@gmail.com> ##
-## 2015/01/22 ##
-## ##
-## ChangeLogs: ##
-#########################################################################
-
+##
+## ~/.tmux.conf
+##
+## Aaron LI
+## Created: 2015-01-22
+## Updated: 2016-05-01
+##
## References:
## [1] tmux: Productive Mouse-Free Development (by Brian P. Hogan)
## https://pragprog.com/book/bhtmux/tmux
## [2] Copy and Paste in tmux
## http://dudenbostel.leanside.com/2014/01/copy-paste-in-tmux/
+##
+
## Settings the prefix from 'C-b' to 'C-a'
#set-option -g prefix C-a
@@ -70,10 +69,6 @@ set-option -g default-terminal "screen-256color"
set-window-option -g monitor-activity on
set-option -g visual-activity on
-## utf8
-set-option -g status-utf8 on
-set-window-option -g utf8 on
-
## Vi mode
set-window-option -g mode-keys vi
set-option -g status-keys vi