Skip to content

Commit

Permalink
Highlight and copy to clipboard w/o a line break
Browse files Browse the repository at this point in the history
To reduce potential confusion.

Signed-off-by: Jani Nurminen <slinky@iki.fi>
  • Loading branch information
darrencauthon authored and jnurmine committed Sep 18, 2015
1 parent eec6751 commit f7847fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ To use Zenburn in GVim, simply copy the file to colors/ subdirectory under your
Vim configuration folder (e.g. ~/.vim/colors or C:\vim\colors).

To use Zenburn in Vim, you must enable the 256-color mode for Vim. This can be
done with e.g. export TERM=xterm-256color. You might also need to add set
t_Co=256 into your .vimrc file, before loading the colorscheme. Note, that due
to limitations of the 256-color mode the color scheme is not exactly like it
appears in GVim, but very close nevertheless.
done with e.g. export TERM=xterm-256color. You might also need to add
set t_Co=256 into your .vimrc file, before loading the colorscheme. Note, that
due to limitations of the 256-color mode the color scheme is not exactly like
it appears in GVim, but very close nevertheless.

To load Zenburn in Vim/GVim:

Expand Down

0 comments on commit f7847fb

Please sign in to comment.