

The only real benefit of tmux that I see for me is multiplexing a ssh connection instead of sshing from many terminals. Because kakoune works in daemon mode, if I mistakenly close my terminal I can reconnect to the session.
Alacritty vs kitty windows#
I can tile windows in my wm and I can save sessions with other daemons. At work on WSL I use tmux for instance.Īlacritty is very simple to configure, otherwise I don’t think it’s noticeably different to another terminal. However I prefer tmux since it is more portable. With Kakoune my window manager does everything so I use one set of keybindings.įor this reason I don’t use Kitty but if I was in an environment without a nice display manager I might, simply because it has so many great features. To focus on the right window in Vim + tmux (which is a combo I have seen plenty) I might have to switch focus from browser to tmux, then to a different tmux pane, then to a different vim split. If I use kitty or tmux it just adds another layer I have to get through. If I use my window manager only then I use the same keybindings to navigate between workspaces, windows and tabs for all my applications (except the browser unfortunately). I’m a big believer in the idea of having one tool do one thing well. I installed Pop!_OS 22.04 and the UI is super responsive (I really think it will decrease the time even further).In my personal setup I just use urxvt and a tiling window manager.

My config: Laptop with i7-8550U, SSD, Ubuntu 20.04. start $terminal - sh -c 'echo "$(date +%s.%N)-$(cat. Here's a MWE: terminal=kitty # gnome-terminalĭate +%s.%N >. Maybe someone can share their timings, so I can compare mine to something (I didn't find anything about this issue on the Internet). I want some suggestions for either speeding up window open process or some terminal alternatives that open faster (I use kitty for several years now). And it does bother me a bit that it takes so much time to open (I want it to be close to instant, like UI elements are responding to mouse/keyboard events). I just checked my timings: it takes about 0.41-0.45 seconds to open a new gnome-terminal window and about 0.55-0.65 seconds to open kitty.
