aboutsummaryrefslogtreecommitdiff
path: root/doc/digraph_search.txt
blob: d5bf622ccfc436ccb076e47b1872212651d91382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*digraph_search.txt*	For Vim version 7.0	Last change: 2019 May 29

DESCRIPTION				*digraph_search*

This plugin provides an insert mode mapping target to search for |digraphs| by
searching for a substring of the character's official name, per
|digraph-table| and |digraph-table-multibyte|.  This is for situations where
you might be able to remember part of the official name for a character, but
you can't remember the digraph pieces.

REQUIREMENTS				*digraph_search-requirements*

This plugin only loads if 'compatible' is not set.

MAPPINGS				*digraph_search-mappings*

					*<Plug>(DigraphSearch)*
The single insert mode mapping target is |<Plug>(DigraphSearch)|.  There is no
default key mapping; you should define one yourself in your |vimrc|.  For
example:
>
	imap <C-K><C-K> <Plug>(DigraphSearch)
<
AUTHOR					*digraph_search-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.

LICENSE					*digraph_search-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

 vim:tw=78:ts=8:ft=help:norl: