ace-window
Quickly switch windows in Emacs (by abo-abo)
burly.el
Save and restore frames and windows with their buffers in Emacs (by alphapapa)
ace-window | burly.el | |
---|---|---|
14 | 22 | |
1,002 | 308 | |
- | - | |
0.0 | 4.3 | |
about 1 year ago | 6 months ago | |
Emacs Lisp | Emacs Lisp | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ace-window
Posts with mentions or reviews of ace-window.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-01.
-
Advice on moving from Emacs to Neovim
Thanks that is helpful. I do have a question though. Is there any plugin similar to ace-window? I frequently have a situation where I have two frames (basically two windows) that are connected to the same Emacs process, and I am jumping between buffers in both frames.
-
I created a package that forces Emacs to open buffers in the current window
Looks good. But https://github.com/abo-abo/ace-window was a game-changer for me :-)
-
[ido-numbered-mode] I made my first emacs package! It lets you switch buffers fast.
take a look at https://github.com/abo-abo/ace-window
-
Workspaces in Emacs
I recently started using workspaces in my workflow, and although I know many packages are available in Emacs such as the ones mentioned in the comments, but what worked for me so far is just make a second frame and use ace-window with the variable aw-scope set to 'frame. And from there I just move one frame to the appropriate workspace in my desktop environment and that's it. It's worth keeping in mind that the buffers are still shared so might not be the perfect workspace experience, but I don't think that matters in Emacs.
- Let's share your top 3 packages that you can't live without.
-
How to move the cursor from one buffer to another quickly
Try the ace-window package. I think you're referring to C-x o which is bound to other-window.
-
Tool for managing buffers and windows
Also highly recommend ace-window.
-
find-file-at-point in ace-window selected window
I'd like to use ffap (to open files/dirs) in windows I select with ace-window (https://github.com/abo-abo/ace-window). Similar to what aw-switch-buffer-in-window and aw-switch-buffer-other-window do, but with find-file-at-point instead of buffer selection. Crucially, the point means the where I am when the function is called.
-
What is your Emacs window/frame usage stye?
If someone has a big monitor I recommend changing C-x 1 delete-other-windowsto revert to have 2 windows open, (like in this config) and using ace-window to navigate to your many windows.
-
Noob to Emacs
Ace-Window is meant to replace `other-window' by assigning each window a short, unique label
burly.el
Posts with mentions or reviews of burly.el.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-18.
-
Window Management - share your display-buffer-alist
burly.el by u/alphapapa - might be an easier way to approach the current-window-configuration/set-window-configuration that Sacha has implemented
-
What's that email client doing here?
For the "lauch workspaces", I use burly which just uses simple bookmarks. Then with consult, I just use C-x b, then m to narrow to bookmarks and I have all the workspaces available (remote as well).
-
How to simply manage buffers?
Well, that is essentially what Burly does: https://github.com/alphapapa/burly.el
-
Trying to use emacs like a terminal multiplexer: Is there any way to restore window/tab layouts?
Install https://github.com/alphapapa/burly.el
-
Bit new to eMacs but any tips to recreate a similar modern layout?
These features are especially useful with Burly: https://github.com/alphapapa/burly.el Because Burly can save and restore those kinds of windows, so you need not recreate them manually.
-
[ANN] New package: perject
How does it compare to packages like burly, which (to my understanding) provide similar features?
-
Spacemacs layouts feature in base emacs?
I'm not sure exactly what you're looking for, but take a look at this: https://github.com/alphapapa/burly.el
-
Is there emacs functionality similar to tmux's 'next-window' command?
I think you want "window configurations", which can be saved into registers. You might try tab-bar-mode for cycling through them. Or there's also https://github.com/alphapapa/burly.el/ . (I'd like something similar but haven't found something that matches what I want)
- [ANN] alphapapa/burly.el: New release, tab-bar support
-
bufferlo: per frame|tab buffer lists
desktop is not a great solution for restoring buffers, because it generally only works for file-backed buffers. Instead, I wrote Burly to restore buffers, windows, and frames in mode-specific ways, on-demand using Emacs bookmarks. This is much more flexible and powerful than similar functionality in desktop.
What are some alternatives?
When comparing ace-window and burly.el you can also consider the following projects:
emacs-rotate - Rotate the layout of emacs.
ement.el - A Matrix client for GNU Emacs
evil-collection - A set of keybindings for evil-mode
popper - Emacs minor-mode to summon and dismiss buffers easily.
emacs-libvterm - Emacs libvterm integration
tabspaces
emacs-for-vimmers - Introduction Emacs config, for developers used to Vim.
dot-emacs - My GNU/Emacs configuration
perspective-el - Perspectives for Emacs.
bufler.el - A butler for your buffers. Group buffers into workspaces with programmable rules, and easily switch to and manipulate them.
.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration
with-emacs.sh - Script to easily run Emacs with specified configurations
ace-window vs emacs-rotate
burly.el vs ement.el
ace-window vs evil-collection
burly.el vs popper
ace-window vs emacs-libvterm
burly.el vs tabspaces
ace-window vs emacs-for-vimmers
burly.el vs dot-emacs
ace-window vs perspective-el
burly.el vs bufler.el
ace-window vs .emacs.d
burly.el vs with-emacs.sh