diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-01 20:40:31 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-01 20:40:31 +0800 |
commit | 224577665e9fa443c1325a4ff342a58533f81866 (patch) | |
tree | e85afb0ed7947a3732df9b492b0965b9fe786f9f /_tmux.conf | |
parent | 260a670d6938a683373772efb90e1aa759ea7824 (diff) | |
download | dotfiles-224577665e9fa443c1325a4ff342a58533f81866.tar.bz2 |
_tmux.conf: remove utf8 settings as they not supported anymore
Diffstat (limited to '_tmux.conf')
-rw-r--r-- | _tmux.conf | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -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 |