switch-window
switch-window copied to clipboard
Offer a *visual* way to choose a window to switch to
I can't switch out of the minibuffer. I get the following error. > [Command attempted to use minibuffer while in minibuffer] I noticed this while using consult-ripgrep. It has a...
Something like this appears to be growing popular: https://github.com/abo-abo/ace-window/pull/204
I am using switch-window in Emacs 27.1 under EXWM with two frames, spanning two monitors. My configuration is as follows: ```elisp (use-package switch-window :ensure t :defer t :config (setq switch-window-multiple-frames...
system: ubuntu 20.04 emacs 27.1 `switch-window` seems to only able to create two windows. when trying to create more windows, it shows `End of buffer`: ``` switch-window--create-label-buffer: End of buffer...
Hi, When I using `emacsclient -a "" -nw` to start Emacs as daemon, the window numbers are incorrect while switching window. It happens on GNU Emacs 26.1/27.0.50 with Ubuntu/Mint Linux/macOS....
Relates to #88 line 253: ```lisp (defcustom switch-window-shortcut-style 'quail "Use either keyboard layout or alphabet shortcut style." :type '(choice (const :tag "Alphabet" 'alphabet) (const :tag "Keyboard Layout" 'quail) (const :tag...
`kill-buffer-and-window` kills the current buffer along with the window. `switch-window-then-kill-buffer` kills the other buffer along with its window.