Replies: 2 comments 1 reply
-
Thanks for the feedback! I'll take a crack at responding to some of these points inline here, but it may make sense to promote one or two of the things you mentioned to separate issues! Tab Bar
Is that a transcription error? Initial delayIt's not clear to me which part is delayed; is it the window showing up, or the text you're typing, or the command running and outputting? Running Font SelectionRunning Bit rotTracking in #605 ReloadCould perhaps show a toast notification when a reload is triggered? Please file an enhancement issue for this Hide Mouse cursorPlease file an enhancement issue for this! Quit PromptYou can use Y and N to ack the prompts via the keyboard! |
Beta Was this translation helpful? Give feedback.
-
About quit prompt, is this #580 ? |
Beta Was this translation helpful? Give feedback.
-
Thanks @wez! What an ambitious project!
I currently use
iTerm2
, but I'm always looking for something better, faster, ... What attracts me towezterm
is the configuration; I prefer editable config. In playing, since I discoveredwezterm
on Hacker News, I wanted to share my observations. I can open bugs, feature requests, or what ever you wish. Or, it stops with this note. I'm still appreciative of your energy in creating this and I appreciate your "side project" status on this work!I'm running nightly from about two nights ago on MacOS 11.1, x86.
Tab bar
Tab bar still shows when one tab is open. Bug? (
c.
is the Lua table where I build up my config.)Font selection
I've use this font for years: https://github.com/powerline/fonts/tree/master/Inconsolata-g. I can't get
wezterm
to recognize it. It does have a weird style calledg
instead of a more typical style such as bold, italic, etc. Bug? I'm using Fira Code as my backup.Initial delay
When I open
wezterm
and type a command, for examplels -l
, the first time there is a delay between 1-2 seconds. Here's the output fromtime
runningls -l
twice in a row on a fresh launch ofwezterm
:This does not happen all the time. I can reproduce it "sometimes", not sure what condition is triggering it.
Resources
I wrote a dump little
bash
script to monitor CPU and memory, to compare againstiTerm2
:With both wez and iTerm idle I see this:
CPU is always lower. Memory seemed to vary (although not seen is test run data above).
When running
tree
inwezterm
andiTerm
idle:When running
tree
iniTerm
andwezterm
idle:The interesting part is that
iTerm
finishes quicker.Bitrot
I had a case where I did a
Cmd +
andCmd -
(to change font sizes).wezterm
was running full screen. Bits were left at the bottom of the screen that could not be removed. Restart was the only way to fix. I'm still trying to reproduce so I don't have more details.Reload
It would be nice to have some indicator that a reload has happened. It is not clear when I do a save of my config whether a reload has happened or not.
Hide mouse cursor
Mouse cursor turns off when mouse idle and typing.
Quit prompt
Would be nice to not have to use mouse. Default OK by pressing Enter would be nice.
Beta Was this translation helpful? Give feedback.
All reactions