Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quotes and Keys #11

Merged
merged 4 commits into from Oct 13, 2018
Merged

Quotes and Keys #11

merged 4 commits into from Oct 13, 2018

Conversation

Milly
Copy link
Contributor

@Milly Milly commented Oct 13, 2018

Quotes and Keys were normalized for vim-help.

e.g.

":s" -> `:s`  (use `` to inline code)
"number" option -> 'number' option  (use '' to vim options)
'c' and 's' -> "c" and "s"  (use "" to other quoted string)
Ctrl-H -> CTRL-H  (key combinations to upper case)
the tab key -> the <Tab> key  (use <> to keys)

@chrisbra
Copy link
Owner

thanks!

@chrisbra chrisbra merged commit d2b01cc into chrisbra:master Oct 13, 2018
@Milly Milly deleted the quotes-and-keys branch October 24, 2018 00:14
@Milly Milly restored the quotes-and-keys branch October 24, 2018 01:29
@Milly Milly mentioned this pull request Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants