ace-window
emacs-for-vimmers
ace-window | emacs-for-vimmers | |
---|---|---|
14 | 17 | |
1,002 | 62 | |
- | - | |
0.0 | 2.0 | |
about 1 year ago | almost 2 years ago | |
Emacs Lisp | Emacs Lisp | |
- | - |
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
emacs-for-vimmers
-
Emacs, hour one
git clone https://github.com/ideasman42/emacs-for-vimmers
-
What are the small reasons to try Emacs?
Suggest to start off with a small vim-like config if doom or spacemacs aren't for you (see emacs-for-vimmers).
-
How do you suggest me approaching Emacs coming from VIM?
I prefer not to depend on any existing frameworks, here is the emacs/VIM config I wish I had starting out - minimal & commented: emacs-for-vimmers
-
I'm new to emacs
If you don't want a starter kit - but are interested in a commented vim-like setup, checout: emacs-for-vimmers. Even if you are not into VIM, the defaults may be of interest to you.
-
Helping a long time Vim user try Emacs
I came from a fairly similar place, this is a fairly minimal package set to have a useful evil-mode up and running: https://github.com/ideasman42/emacs-for-vimmers
-
Flagging words and phrases in Emacs
This is a fully self contained config made by making minor changes to emacs-for-vimmers that works in my tests.
-
Moving from Doom to Vanilla
If you'd like to have a reference for a lite weight vim/emacs setup, checkout https://github.com/ideasman42/emacs-for-vimmers - for a commented configuration that gets you up and running without having to buy into a framework.
-
I want to give up Vim
Suggest https://github.com/ideasman42/emacs-for-vimmers to get you up and running with something approximating a typical development configuration in VIM.
-
Beginner Emacs (Evil) questions to help me improve my setup. Help strongly appreciated
Check packages used by emacs-for-vimmers - the config file is short and commented, giving a minimal VIM-like setup that includes features useful to developers.
-
Switching from vim
If you like building your own config from scratch - check out emacs-for-vimmers as a reference.
What are some alternatives?
emacs-rotate - Rotate the layout of emacs.
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
evil-collection - A set of keybindings for evil-mode
corgi - Unbundled Emacs configuration aimed at Clojure developers
emacs-libvterm - Emacs libvterm integration
general.el - More convenient key definitions in emacs
perspective-el - Perspectives for Emacs.
color-theme-sanityinc-tomorrow - A set of comprehensive Emacs color themes based on Chris Kempson's 'tomorrow' themes
.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration
use-package - A use-package declaration for simplifying your .emacs
burly.el - Save and restore frames and windows with their buffers in Emacs
melpa - Recipes and build machinery for the biggest Emacs package repo