VIM Basics Functionality Keys dd Delete one line Delete a block of lines Go to the starting line and type ma (mark "a"). Then go to the last line and enter d'a (delete to mark "a").