0

I'm using iTerm and when when pasting some string I've just copied from the terminal command prompt, I get some extra characters on prefix and suffix that match 00~ and 01~ respectively.

I.e.

I've copied the string:

./Build/Products/Debug/data.json

and it pasted the following output (same results when paste back in iTerm or in any other application):

00~./Build/Products/Debug/data.json01~

any idea who to avoid this?

Zohar81
  • 549

1 Answers1

1

I solved this by invoking the Reset (either via menu or Cmd+R). More options are listed in this similar Q&A

agarza
  • 2,274