I am trying to write command in Vim which can delete 9 and 11 symbols in third line.
I did this 3s/9, 11/// but nothing happened as I expected it to be.
It would be grateful to do this with your suggestions.
To be more precise:
I want to remove 9th symbol and 11th symbol in third line and it does not matter what kind of.
For example I have three lines
- three metres above the sea
- three metres below the sea
- need some help in vim
So I want to delete 9th symbol in third line which is "e" letter can be under thisin word "some" and 11th symbol which is letter "h" in word "help".