Uncomment multiple lines in Vim


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Requires python_fn.vim to be installed (http://www.vim.org/scripts/script.php?script_id=30)
  2.  
  3. Shift V for visual mode, select all lines wanting to uncomment, then
  4.  
  5. ]u

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.