When typing ()
in IEx 1.2.4, the cursor would "jumping" to the matching parenthesis for 1s and move back. Even though it's not really jumping but it's kinda annoying to the eye. Is there a way to disable this feature in IEx?
EDIT:
While the question originally concerned IEx, the actual issue (as pointed out by @tkowal in his comment below) is actually in the Erlang Shell which IEx runs on top of. Hence I added the erlang-shell tag to this question.
iex --erl -oldshell
will work, because it doesn't have the feature, but iex won't start at all in that mode. It requires modern shell. – Patriciapatrician