Skip to content

Commit

Permalink
adds BCE fix for 256-color tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
skim committed Mar 3, 2014
1 parent 358b6c6 commit 4757902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After cloning the project, run the following:
./activate.rb

cd vim/bundle/command-t/ruby/command-t
<switch to your system ruby>
<switch to your system ruby>
ruby extconf.rb
make clean
make
Expand Down
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set bs=2

if &t_Co == 256
colorscheme Tomorrow-Night
set t_ut=
endif

" highlight trailing whitespace
Expand Down

0 comments on commit 4757902

Please sign in to comment.