ibuffer-sidebar icon indicating copy to clipboard operation
ibuffer-sidebar copied to clipboard

Open buffer in MRU window

Open jojojames opened this issue 7 years ago • 1 comments

Something like this: https://github.com/jojojames/dired-sidebar/commit/fb5a2ee4ab36742317a702208bd4463b03679a29

jojojames avatar Jul 29 '18 01:07 jojojames

(add-hook 'ibuffer-sidebar-mode-hook (lambda () (setq-local display-buffer-base-action '(display-buffer-use-some-window))))

something like this works. Borrowed from here: https://emacs.stackexchange.com/questions/28195/open-ibuffer-selected-buffer-in-other-existing-window

Blade6570 avatar Mar 08 '23 14:03 Blade6570