From 6a84dd326d465ab833b024e10a599ef7e194720e Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 10 Nov 2014 10:12:58 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f38f66..a5be980 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Otherwise just copy-paste everything from [plugin/bracketed-paste.vim](https://g Usage ===== -You need to be using a modern xterm-compatible terminal emulator that supports [bracketed paste mode](http://cirw.in/blog/bracketed-paste). xterm, urxvt, iTerm2, gnome-terminal (and other terminals using libvte) are known to work, just make sure `$TERM` variable is set correctly. If your `$TERM` value is not recognized by the plugin, please send a pull request. +You need to be using a modern xterm-compatible terminal emulator that supports [bracketed paste mode](http://cirw.in/blog/bracketed-paste). xterm, urxvt, iTerm2, gnome-terminal (and other terminals using libvte) are known to work. Then whenever you are in the *insert mode* and paste into your terminal emulator using `command+v`, `shift+insert`, `ctrl+shift+v` or `middle-click`, vim will automatically `:set paste` for you.