aboutsummaryrefslogtreecommitdiff
path: root/doc/digraph_search.txt
blob: da25b2c87363b7d98b890993bc7fda969e9012eb (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
33
34
*digraph_search.txt*	For Vim version 7.0	Last change: 2018 July 14

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. It requires the |+digraphs|
feature, of course.

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: