From 224577665e9fa443c1325a4ff342a58533f81866 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 1 May 2016 20:40:31 +0800 Subject: _tmux.conf: remove utf8 settings as they not supported anymore --- _tmux.conf | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to '_tmux.conf') 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 ## -## 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 -- cgit v1.2.2