happypeter / peter-vim

My ~/.vim/
45 stars 26 forks source link

commets and percent sign #3

Closed billie66 closed 11 years ago

billie66 commented 11 years ago
  1. which shortcut key used to comment lines
  2. percent sign doesn't work
happypeter commented 11 years ago

which shortcut key used to comment lines?

A: we are now using tComment, it rocks

percent sign?

A: the feature actually comes with vim matchit.vim plugin, but not enabled by default, I've just done the install following :h matchit-install

Daniel-Xu commented 11 years ago
  1. map <tab> % for matchit
  2. the-nerd-commenter is also awesome
  3. vundle is so simple
happypeter commented 11 years ago

@Daniel-Xu Thx.