Commit Graph

19 Commits

Author SHA1 Message Date
Conrad Irwin
639184fbb5 Merge pull request #13 from toupeira/patch-1
Check for empty $TMUX variable
2014-12-04 13:03:06 -08:00
Markus Koller
1c08bafec6 Check for empty $TMUX variable
In some situations, like when running vim with sudo, $TMUX exists() for some reason but is empty.
2014-12-04 21:59:11 +01:00
Conrad Irwin
6a84dd326d Update README.md 2014-11-10 10:12:58 -08:00
Conrad Irwin
455989e5bb Merge pull request #12 from akkartik/master
drop check for terminals
2014-11-10 10:12:22 -08:00
Kartik K. Agaram
baa5669ff6 drop check for terminals
From the original author:

  "Note that this only enables bracketed paste mode when the $TERM value
  starts with "xterm".. you could omit the test altogether, since it
  isn’t strictly necessary—it’s just trying to be careful not to do
  something that might be incompatible with some other terminal type."
  (http://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x/7053522#7053522)

Since we don't understand yet if this is a problem, I recommend dropping
the check and seeing if it comes back to bite us. Should be safe since
vim has undo.

(My machine has term set to 'linux', and I'm reluctant to keep adding
clauses to that check.)
2014-09-24 11:22:50 -07:00
Conrad Irwin
4be92ef5e0 Merge pull request #11 from valeriangalliat/master
Support rxvt*
2014-08-30 13:14:25 -07:00
Valérian Galliat
7e1aa9ff2a Support rxvt* 2014-08-30 13:43:00 +02:00
Conrad Irwin
bfa0b182a1 Merge pull request #8 from denilsonsa/patch-1
Improving README.md
2014-07-10 13:17:03 -07:00
Denilson Figueiredo de Sá
dd82b5746a Improving README.md
Added more details about how it works (based on `$TERM` variable and only works on *insert mode*). Closes #7.
2014-07-10 15:58:55 -03:00
Conrad Irwin
7b88e4565e Use <f29> consistently 2014-04-26 14:08:24 -05:00
Conrad Irwin
d7e6f2302f Merge branch 'master' of github.com:vellvisher/vim-bracketed-paste 2014-04-26 14:01:35 -05:00
Vaarnan Drolia
3cca2bdb64 Remove the escape delay when trying to exit insert mode using the escape key 2014-04-25 01:15:58 +08:00
Conrad Irwin
3a077bdc63 Merge pull request #3 from renajohn/master
Added support for tmux
2014-01-29 00:21:26 -08:00
Renault John Lecoultre
2523defcb6 Added support for tmux 2014-01-29 09:16:46 +01:00
Conrad Irwin
11f53fd930 Merge pull request #1 from stephenrjohnson/master
Allow this to work inside a screen session
2014-01-14 09:58:56 -08:00
Stephen
f1ed7e4d0e allow this inside screen as well 2014-01-14 14:38:42 +00:00
Conrad Irwin
895b79ae0f function! so you can reload the file multiple times. 2013-07-20 17:27:17 -07:00
Conrad Irwin
447fce01b1 tweak readme 2013-04-10 14:38:14 -07:00
Conrad Irwin
46bb985dc7 vim-bracketed-paste! 2013-04-07 16:57:25 -07:00