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
![Screenshot from 2024-01-26 23-31-13](https://private-user-images.githubusercontent.com/11157420/300065678-a43e4456-b234-454b-b687-14e40cddc10b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzIyMjcsIm5iZiI6MTczODkzMTkyNywicGF0aCI6Ii8xMTE1NzQyMC8zMDAwNjU2NzgtYTQzZTQ0NTYtYjIzNC00NTRiLWI2ODctMTRlNDBjZGRjMTBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEyMzg0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUyOTUxNTEyMTUxMTBjNTI3YzEwY2QxOGU4OTY2MWQ3ZTIxYzBlODFjNmE2YWQxYjc5MDFiMjVlMzIzYWU4MjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.31U_ZuqTA6uqMne82ENqOhKNKqCB6p65KTSQD8qayI0)
Beta Was this translation helpful? Give feedback.
All reactions