Vim Tip of the Week: Visual Select Block Mode
Visual selection mode in Vim is nice and fun but sometimes you want to delete column oriented text without resorting to sed or the like… Create some column oriented text using ls or dir depending on your platform. ls > somefile Then open that file up with vim. On UnixType <C-V> and select your […]