ace-window
perspective-el
ace-window | perspective-el | |
---|---|---|
14 | 30 | |
1,002 | 911 | |
- | 1.2% | |
0.0 | 4.2 | |
about 1 year ago | 3 months ago | |
Emacs Lisp | Emacs Lisp | |
- | MIT License |
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
-
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
perspective-el
-
Tmux sessions-like package for Emacs?
I opened a ticket https://github.com/nex3/perspective-el/issues/198 but can’t promise to get around to it soon.
-
How to simply manage buffers?
I have tried to get this behaviour for a while. The closest I have gotten is using perspective.el, but it ended up being a bit clunky when I tried it like 4 years ago and now I just used bookmark+ which can save/load desktop files as bookmarks.
-
Doom -> vanilla emacs 29
perspective for named workspaces.
-
How do you organize and switch between your work/personal Rust projects?
persp-mode?
-
perspective-tabs: perspectives as tabs in the tab-bar
To scratch a personal itch, I created a little package that integrates perspective-el into the built-in tab-bar.
-
Multi project management - perspective, persp-mode, tab-bar-mode, or...?
But I'm rethinking about my approach, as tab-bar-mode would give me nice visual help (#3), and it seems difficult to recover a perspective using perspective, and persp-mode may be a better fit in that sense (#4). The Treemacs integration isn't working for me either, and I get the same list of file trees for all perspectives -- I'm pretty sure I'm doing something stupid, but this was handled nicely with Doom Emacs's workspace support (#5). But perspective seems to work best for segregated buffer list (#1).
-
Grouping org headings
I think perspective.el is about what I’m looking for. If you had a list of org-ids, theses could be brought up in indirect buffers, and then those buffers added to the perspective group.
-
[Perspective.el package] Issues with persp-mode-prefix-key
As for why this broke: this change went into Perspective a few weeks after Emacs 28 shipped. You either updated your packages recently after not updating for a while, or you switched to Emacs 28 (or later). Full discussion surrounding this change: https://github.com/nex3/perspective-el/issues/180
-
My IDE is too heavy so I moved to Emacs
It sounds a bit like you want „perspective.el“ (1). It allows you to define „virtual workspaces“ of buffers with individual window layouts. On each virtual desktop the standard buffer list is replaced with a shorter showing only buffers belonging to the current context. I use it every day to keep „code“ buffers separate from my „test“ buffers.
(1) https://github.com/nex3/perspective-el
- Emacs 29 is nigh What can we expect?
What are some alternatives?
emacs-rotate - Rotate the layout of emacs.
persp-mode.el - named perspectives(set of buffers/window configs) for emacs
evil-collection - A set of keybindings for evil-mode
persp-projectile - Projectile integration for perspective.el
emacs-libvterm - Emacs libvterm integration
bufler.el - A butler for your buffers. Group buffers into workspaces with programmable rules, and easily switch to and manipulate them.
emacs-for-vimmers - Introduction Emacs config, for developers used to Vim.
projectile - Project Interaction Library for Emacs
.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration
tabspaces
burly.el - Save and restore frames and windows with their buffers in Emacs
apheleia - 🌷 Run code formatter on buffer contents without moving point, using RCS patches and dynamic programming.