Such as I can use
:set nu
as
:set number
Where can I get the whole list of this kind of mapping (number -> nu)?
Or can I define new abbreviations?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
List of options in Vim 8.0
Grepping lines matching
^\s*\*'\w\+'\*inoptions.txtfrom vim help, and removing words not surrounded with quotes provides the following list.It has to be tweaked a bit because for
conceallevelthe help line is not like the others, for some options they span on two lines, etc so this list cannot, alas, be generated automatically.You can reach the help section for any option with
:help 'optionname'.Note for all options allowing the prefix
no(the boolean ones), the prefixinvis also allowed.What follows is therefore a list of all authorized spellings of options in vim. Options on the same line are shortcut or negative form or shortcut of negative form of the first form.
Sorry, table misses formatting because of the answer length limit.