উত্তর:
হ্যাঁ, ভিম ডিফল্টগুলিতে বিকল্পগুলি পুনরায় সেট করার জন্য এটি একটি বিশেষ সিনট্যাক্স। থেকে :help :set-&vim
:
:se[t] {option}& Reset option to its default value. May depend on the
current value of 'compatible'. {not in Vi}
:se[t] {option}&vi Reset option to its Vi default value. {not in Vi}
:se[t] {option}&vim Reset option to its Vim default value. {not in Vi}
:se[t] all& Set all options, except terminal options, to their
default value. The values of 'term', 'lines' and
'columns' are not changed. {not in Vi}
আমি এটি কেবল টাইপ করে খুঁজে পেয়েছি :help &vim
(যা :help :set-&vim
এতেও যায় ) :-)