tmux.conf: remove removed options

This commit is contained in:
Aminda Suomalainen 2016-04-18 16:08:24 +03:00
parent 6b6cefb9cd
commit 49c4b7f4f1
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
# Use UTF-8 (Copied from https://github.com/zanshin/dotfiles/blob/master/tmux/tmux.conf#L1 )
set -g utf8
set-window-option -g utf8 on
# Sets screen shortcuts (Copied from tmux faq)
set -g prefix C-a
unbind C-b