From 05d82b87711c6c8b9b7389bfb91c24bc4f62aa87 Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Fri, 27 Jan 2017 10:12:02 -0800 Subject: [PATCH] Add links to third-party ports in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8dc69d4..2ce48c7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,20 @@ Check out these other resources for more information: [e65]: http://vimcasts.org/episodes/swapping-two-regions-of-text-with-exchange-vim +Other text editors +------------------ + +Exchange.vim has been ported by third parties to work with Vim emulators in +other text editors. + +* **Emacs**: [evil-exchange][emacs] by [Dewdrops][dd] +* **Atom**: [vim-mode-plus-exchange][atom] by [Dillon Kearns][dk] + +[emacs]: https://melpa.org/#/evil-exchange +[atom]: https://atom.io/packages/vim-mode-plus-exchange +[dd]: https://github.com/Dewdrops +[dk]: https://github.com/dillonkearns + Troubleshooting ---------------