ido-other-window

Homepage: https://github.com/gvalkov/ido-other-window

Author: Tim C Harper

Updated:

Summary

Invoke ido completion in other window

Commentary

This plugin provides an alternative to the ido-*-other-window set of
commands. The following shortcuts will become available to everything that
relies on ido-completing-read:

  C-o - invoke in other window
  C-2 - split vertically and invoke in other window
  C-3 - split horizontally and invoke in other window
  C-4 - invoke in other window
  C-5 - invoke in new frame

It is the author and maintainer's strong conviction that this
functionality would make a nice addition to ido itself.


Installation:

Manual:
  1) Place ido-other-window.el on your emacs load-path.
  2) Add (require 'ido-other-window) to your .emacs or init.el.

Package.el and MELPA:
  1) Enable MELPA: http://melpa.milkbox.net/#installing
  2) M-x package-install ido-other-window

Licensed under the same terms as Emacs.

Dependencies