Delete n lines in the up direction in vim

Viewed 31868

Is there a command in vim which will delete n lines in the up direction.

I know I can use 4dd which will delete 4 lines downwards.

5 Answers
Related