Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to search inside the digraphs in Vim

Tags:

vim

Is there a way to search inside the :digraph table in VIM ? the \is not working and my eyes are getting apart searching the glyphs I desire..

like image 673
Enrico Pirani Avatar asked Oct 07 '14 10:10

Enrico Pirani


People also ask

What does e do in Vim?

If vim is already open and you would like to edit a different file, use the :e filename command (e.g. :e myOtherFile. c ). Again, if this file exists in your current directory it will open it, or it will create it if it does not already exist in your current directory.

What is Digraph Vim?

Last change: 2021 Jul 19 VIM REFERENCE MANUAL by Bram Moolenaar Digraphs digraph digraphs Digraphs Digraphs are used to enter characters that normally cannot be entered by an ordinary keyboard. These are mostly printable non-ASCII characters.


1 Answers

try :h digraph-table there you can do search with / or ?

like image 183
Kent Avatar answered Nov 15 '22 20:11

Kent