How do I run vim with file.txt and screen center at line 100?
Basically I would like to use zz mapping when starting Vim.
This does not work: vim -c "zz" file.txt +100
How do I run vim with file.txt and screen center at line 100?
Basically I would like to use zz mapping when starting Vim.
This does not work: vim -c "zz" file.txt +100