Skip to content

Commit

Permalink
xterm instead of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Mar 16, 2017
1 parent 9a814d7 commit c45ce1f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tmux.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#Example .tmux.conf
#
# By Nicholas Marriott. Public domain.
#

#So. Much. Rice.
## Status Bar
#config reload
bind r source-file ~/.dotfiles/tmux.conf
Expand Down Expand Up @@ -58,13 +52,6 @@ bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,o
bind '-' set window-status-format '#I'\; set window-status-current-format '#I'
bind '+' set window-status-format '#I:#W#F'\; set window-status-current-format '#I:#W#F'

# Create a single default session
#new -d -s0 -nirssi 'exec irssi'

#So. Much. Rice.
## Status Bar
#config reload

######################
### DESIGN CHANGES ###
######################
Expand Down Expand Up @@ -109,7 +96,7 @@ set-option -g visual-silence off
set-window-option -g monitor-activity off
set-option -g bell-action none

set -g default-terminal "screen-256color"
set -g default-terminal "xterm-256color"

# The modes {
setw -g clock-mode-colour colour135
Expand Down

0 comments on commit c45ce1f

Please sign in to comment.