chrisbra/unicode.vim

How to search for names containing a space?

Opened this issue · 0 comments

Hi there,

I'm just experimenting with your plugin and I was wondering if there's a way to search for multi-word names with ?

For example, suppose I want U+03D5 GREEK PHI SYMBOL (Ll) ϕ 'ϕ'.

I can type PHI<C-x><C-z>. There are lots of matches and scroll to the letter and select it.

But I could narrow the search if I could search for "GREEK PHI" somehow.

GREEK PHI<C-x><C-z> will search for the word behind the cursor, so you'd only search for "PHI" again.

Is there a way to do it?

Cheers