emacs-libvterm
ace-window
emacs-libvterm | ace-window | |
---|---|---|
38 | 14 | |
1,720 | 1,000 | |
- | - | |
4.9 | 0.0 | |
24 days ago | 12 months ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | - |
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.
emacs-libvterm
-
Linux: We Need Tiling Desktop Environments
> 3. Terminals
Since you use Emacs, why not use Eat or vterm?
https://codeberg.org/akib/emacs-eat
https://github.com/akermu/emacs-libvterm
> 4. File Manager (gui)
Why not Dired?
- Increasing productivity by better managing multiple terminals in Emacs
-
Modern Python REPL in Emacs using VTerm
From my jolly Julia days I’m used to julia-vterm. This emacs package runs a Julia REPL using a full terminal emulator (emacs-libvterm). So in the pursuit of a nice hack, I M-x replace-string’d the word juliawith python and gave it a shot. Remarkably, the whole thing just worked without much tweaking and you can enjoy the result by checking out the GitHub repo.
-
bash scripts i use daily currently (for non-emacs terminal)
Also, look into vterm_prompt_end to get this updated vterm-buffer-local anytime your prompt emits the cwd. https://github.com/akermu/emacs-libvterm
-
Emacs couldn't render terminal characters
Emacs or term? If the latter, I'd recommend using vterm if it is a possibility for you - https://github.com/akermu/emacs-libvterm
-
BASH, ZSH, FISH. How about Eshell?
They are actually working on even better Emacs integration. Granted, vterm is an external library, so there will always be a layer between the editor and the terminal.
-
libvterm directory tracking not working?
I've followed the steps shown in the README: sh vterm_printf() { if [ -n "$TMUX" ] && ([ "${TERM%%-*}" = "tmux" ] || [ "${TERM%%-*}" = "screen" ]); then # Tell tmux to pass the escape sequences through printf "\ePtmux;\e\e]%s\007\e\\" "$1" elif [ "${TERM%%-*}" = "screen" ]; then # GNU screen (screen, screen-256color, screen-256color-bce) printf "\eP\e]%s\007\e\\" "$1" else printf "\e]%s\e\\" "$1" fi } vterm_prompt_end() { vterm_printf "51;A$(whoami)@$(hostname):$(pwd)" } setopt PROMPT_SUBST PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' but it is simply not working.
-
Help wanted: Zsh completion like Vertico+Orderless
[1]https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf [2]https://github.com/romkatv/powerlevel10k [3]https://starship.rs/ [4]https://github.com/tmux/tmux [5]https://github.com/ahendriksen/ob-tmux [6]https://github.com/akermu/emacs-libvterm [7]https://github.com/tmux-plugins/tpm
- Emacs 29 is nigh What can we expect?
-
two weeks with emacs as a vimmer
Have checked out https://github.com/akermu/emacs-libvterm? It has everything you need to know. Since you are a developer I expect it will be easy for you. Thanks for sharing your experience:)
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
What are some alternatives?
vterm-toggle - toggles between the vterm buffer and whatever buffer you are editing.
emacs-rotate - Rotate the layout of emacs.
multi-vterm - Managing multiple vterm buffers in Emacs
evil-collection - A set of keybindings for evil-mode
exwm - Emacs X Window Manager
perspective-el - Perspectives for Emacs.
zoxide - A smarter cd command. Supports all major shells.
emacs-for-vimmers - Introduction Emacs config, for developers used to Vim.
beacon - A light that follows your cursor around so you don't lose it!
.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration
shx-for-emacs - An Emacs shell-mode (and comint-mode) extension that enables displaying small plots and graphics and lets users write shell commands in Emacs Lisp.
burly.el - Save and restore frames and windows with their buffers in Emacs