I have a file open in Vim.
I'd like to open another file in a tab, using the :tabe command. However, I'd also like to open this file with the -M option, in order to avoid modification and writing of the file. I tried to use the following command in vim:
:tabe -M filename
However, that did not work. How can I achieve this?
Aucun commentaire:
Enregistrer un commentaire