swiper icon indicating copy to clipboard operation
swiper copied to clipboard

Counsel wipes input (counsel-rg / counsel-fzf/ async counsel commands?)

Open jojojames opened this issue 7 years ago • 15 comments

;; OSX

(setq package-enable-at-startup nil
      package-archives
      '(("melpa" . "http://melpa.milkbox.net/packages/")
        ("gnu" . "http://elpa.gnu.org/packages/")))

(require 'package)
(package-initialize)
(package-refresh-contents)
(package-install 'swiper)
(package-install 'ivy)
(package-install 'counsel)

M-x counsel-rg

Click window (e.g. *scratch* buffer) -> counsel-rg adds output to that window

This is a manual repro of output being added to another window other than the main ivy window. I've seen this happen even when I don't manually select a window sometimes (not all the times) with counsel-rg or counsel-fzf.

jojojames avatar Oct 03 '18 00:10 jojojames