aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-01 20:40:31 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-01 20:40:31 +0800
commit224577665e9fa443c1325a4ff342a58533f81866 (patch)
treee85afb0ed7947a3732df9b492b0965b9fe786f9f
parent260a670d6938a683373772efb90e1aa759ea7824 (diff)
downloaddotfiles-224577665e9fa443c1325a4ff342a58533f81866.tar.bz2
_tmux.conf: remove utf8 settings as they not supported anymore
-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