mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
ed731a0d8d
CTRL-SHIFT-U is a new default key assignment for this new modal. It opens up a fuzzy searchable browser that defaults to showing emoji/emoticons. The category can by cycled through the suggested emoji categories using CTRL-r. Unlike the system emoji palette, wezterm includes a category for nerdfont symbols, and another that is a list of all unicode codepoint names, so you should be able to browse for pretty much any codepoint you can think of. The modal also allows fuzzy searching based on: * The official unicode name * The github shortcode * codepoint value in hex so if you know the codepoint value but not the name, you can still find a way to input what you're looking for. Pressing Enter will copy the selected item to the clipboard send it to the active pane, and cancel the modal. You can therefore repeat the insert by simply pasting. I plan to add frecency to this in a later commit: that way the frequently/recently used selections will show in a category of their own and make it easier to re-input them. refs: https://github.com/wez/wezterm/issues/2163 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |