0
2
I am looking for a tool that can auto-close brackets and quotes in a terminal. For example, when I type
echo "
It should automatically expand into
echo ""
and put the cursor in the middle.
This is already doable in vim and many other editors, I would like to have the same feature in a terminal also.
This is all nice, but if I have
set editing-mode vi
, it puts me out of insert mode after autocompletion, which is quite annoying. – qed – 2014-03-06T10:04:34.850Fair enough, I'll add a note about this being an emacs editing mode only thing to my answer and give yours an upvote. – 8bittree – 2014-03-06T16:31:24.887