Skip to main content
added 197 characters in body
Source Link
fuser
  • 717
  • 3
  • 18
  • 30

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

  1. three metres above the sea
  2. three metres below the sea
  3. 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".

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 letter can be under this symbol.

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. For example I have three lines

  1. three metres above the sea
  2. three metres below the sea
  3. need some help in vim

So I want to delete 9th symbol in third line which is "e" letter in word "some" and 11th symbol which is letter "h" in word "help".

added 100 characters in body
Source Link
fuser
  • 717
  • 3
  • 18
  • 30

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 letter can be under this symbol.

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.

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 letter can be under this symbol.

added 100 characters in body
Source Link
fuser
  • 717
  • 3
  • 18
  • 30

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.

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.

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.

Source Link
fuser
  • 717
  • 3
  • 18
  • 30
Loading