r/linuxmint • u/StructuralOutlier • 6h ago
#LinuxMintThings Looking for the ultimate fast, highly customizable terminal emulator
Hey everyone, I’m hunting for a blazing-fast terminal emulator that lets me heavily customize specific behaviors. I've already tried Alacritty, WezTerm, Kitty, and Konsole, but I ran into issues or roadblocks with all of them for my specific workflow.
Before I keep searching, I want to know if any terminal can handle this exact configuration:
- Performance: Must be exceptionally fast and lightweight (GPU-accelerated preferred).
- Window Snapping: Automatically launch or snap to the left half of the monitor.
- Keybindings: Rebind
Ctrl + Cto copy andCtrl + Vto paste - Mouse Action: Open a fresh command-line window/tab when clicking the middle mouse button.
If you know of a terminal emulator that checks every single one of these boxes—and can bypass the limitations I hit with Alacritty, WezTerm, Kitty, and Konsole—please drop your recommendations or config snippets below!
1
u/DoorOk3641 4h ago
Remember me guys emacs versus vim or neovim counting number of keypress saved by the hour.....and arguing for days (forever...) what is the best editor....
1
u/StructuralOutlier 4h ago edited 3h ago
EXACTLY! I am not wasting my time on unnecessary keystrokes and inputs. The whole idea with Linux for me is that it does, and work, pretty much exactly as i configure it to. I had to go back to Windows now instead and work on my project until i fixed the Linux situation.
1
0
u/El-27RXD 5h ago
generalmente en esas terminales solo tienes que hacer shift + ctrl +c/v, ya que ctrl + c es para terminar un proceso en la terminal en general
en kitty me parece que en el .conf se puede añadir y crear una configuración para crear una nueva pestaña (lo que en resumidamente va a ser copiar y pegar en alguna repo de un .conf de kitty de alguién en git hub) (pd: no tengo tiempo para buscar la repo, pero cuando lo tenga actualizo mi comentario, y se nota porque estoy escribiendo en español)
y en temas de rendimiento tengo entendido que el más rápido es alacrity y después kitty, tengo entendido; con respecto a konsole no se tanto la verdad pero creo que es rápida (no lo he probado lo suficiente como para determinarlo, pero lo he personalizado un poco)
con lo de la ubicación de la ventana no lo se la verdad
3
u/BenTrabetere 6h ago
I am not aware of any terminal emulator that will allow you to subvert the default behavior of these keybindings. The default behaviors were established long before Steve Jobs & Co. came around and gave us Cmd+C for Copy and Bill Gates & Co. [spit] foisted Ctrl+C for copy.
You are much better off learning Ctrl+Alt+C/V or the CUA keybindings - Ctrl+Insert (Copy) and Shift+Insert (Paste). Unless something has changed, the Windows terminal uses the CUA keybindings.