Replies: 2 comments 2 replies
-
Take a look at https://wezfurlong.org/wezterm/config/lua/keyassignment/InputSelector.html |
Beta Was this translation helpful? Give feedback.
2 replies
-
I came across this discussion while trying to figure out if I could build something like Emacs' which-key or Helix's help popups. I think that once floating panes are merged, we could rebuild the modals and overlays in terms of floating panes. That would help them all have a more uniform look-and-feel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have following components in wezterm:
I was wondering if this is something that interest you to expose lua api to build a dmenu like ui within wezterm.
My use case is:
Select a text in the terminal and invoke a menu to perform various actions on that selection, eg:
VSCode like theme picker
Something like this
Beta Was this translation helpful? Give feedback.
All reactions