From 447fce01b18e130a7f34eb3453ee99f0016e9b53 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 10 Apr 2013 14:37:42 -0700 Subject: [PATCH] tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a27065..8b15b66 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Otherwise just copy-paste everything from [plugin/bracketed-paste.vim](https://g Usage ===== -You need to be using a modern xterm-compatible terminal emulator (xterm, urxvt, and iTerm2 are known to work, there are probably more) that supports [bracketed paste mode](http://www.xfree86.org/current/ctlseqs.html#The Alternate Screen Buffer). +You need to be using a modern xterm-compatible terminal emulator (xterm, urxvt, and iTerm2 are known to work, and modern gnome-terminal should too) that supports [bracketed paste mode](http://cirw.in/blog/bracketed-paste). -Then whenever you paste into your terminal emulator using `command+v` or `shift+insert`, vim will automatically `set paste` for you. +Then whenever you paste into your terminal emulator using `command+v` or `shift+insert`, vim will automatically `:set paste` for you. Credit ======