aboutsummaryrefslogtreecommitdiff
path: root/doc/uncap_ex.txt
blob: b406227f29ec90c0ff9aaa438606cfa4cd646d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*uncap_ex.txt*	For Vim version 7.0	Last change: 2018 May 31

DESCRIPTION					*uncap_ex*

This plugin defines custom commands like `:W`, `:Qa`, and `:Wq` to match their
lowercase analogues, to forgive me when my pinky finger doesn't roll off the
Shift key quite soon enough after pressing the colon key.

REQUIREMENTS					*uncap_ex-requirements*

This plugin is only available if 'compatible' is not set. It also requires the
|+user_cmds| feature.

AUTHOR						*uncap_ex-author*

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

LICENSE						*uncap_ex-license*

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

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