Problema diacrítico de busca / insinuação do Vimperator

2

Eu quero perguntar se há alguma maneira de procurar / sugerir no vimperator sem sensibilidade diacrítica. Por exemplo. procure por 'skola' e combine 'škola'. É realmente difícil alternar constantemente entre o teclado inglês / checo.

Obrigado pelas suas respostas.

    
por duri77 20.03.2015 / 17:07

1 resposta

1

A única maneira de alcançar isso é com expressões regulares (eu acho). Isso pode ajudar você.

link :

== Can I use regular expressions to search? == As per :help pattern.html, Firefox does not provide native regular expression support for searching, so Vimperator will probably never do this natively. That being said, there is an extension to add it that meshes well with Vimperator. Here are the steps to enable regular expression searching:

  1. Install the /Find Bar/ extension from http://www.oxymoronical.com/web/firefox/FindBarRX
  2. Restart Firefox.
  3. Get the regular find bar. On the Mac this is Apple-f, other places iCtrl-f (the i means "pass next key through to Firefox").
  4. Check the regular expression box, and close the find bar.
  5. The setting will stick, so that searching with / will use regular expressions. Don't forget to escape characters like '/' and '.'.

NB: The {{{/Find Bar/}}} extension is no longer actively developed. There has been at least one case of it causing Firefox to crash on startup. ''Caveat emptor''.

    
por 20.03.2015 / 17:22