aboutsummaryrefslogtreecommitdiff
path: root/doc/uncap_ex.txt
blob: 36f7f767eaa6c00f808bed22cb726f5b83e68bbf (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 6.0	Last change: 2018 June 17

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: