Can vi / vim commands be used to write 1-10 on separate lines?
You will get a list of functions with :help functions if ViM is installed correctly. In addition, you should also read :help script .
:help functions
:help script
You can also run vi scripts using the -s option in vi, i.e.
vi -s file_name file_name
Source: https://habr.com/ru/post/1336745/More articles:What language should I stick to - c ++The most appropriate data structure for accessing dynamic language fields - optimizationJava object graph for JSON conversion with loops - javaGetting JSON from Jersey with circular dependencies - jsonSetting kCFStreamSSLValidatesCertificateChain in one CFReadStream causes the other CFReadStream not to check certificate chains - cocoa-touchAndroid customize application title - androidCall template function from template class - c ++Cannot get @JsonIdentityInfo annotation to work - jsonhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1336749/add-headers-to-filegetcontents-in-php&usg=ALkJrhjcWabAHVhwwENbt5yUOZ55T4xr9wHTML5 : Performance Impact drawImage () - javascriptAll Articles