Questions tagged [nerdcommenter]

The NERD Commenter is a Vim plugin that allows for easy commenting of code for many filetypes.

The NERD Commenter is a Vim plugin that allows for easy commenting of code for many filetypes.

Provides many different commenting operations and styles which are invoked via key mappings and a menu. It can handle single line, multi line, partial line commenting as well as nesting.

18 questions
0
votes
1 answer

Find first uncommented line in vim without erasing search

When uncommenting code in vim, I want to have a macro to jump to the first uncommented line in a variety of files. I am using the nerdcommenter in Vim so (after highlighting the first commented line) I search for any line starting with any non # or…
jmlarson
  • 837
  • 8
  • 31
0
votes
1 answer

Toggling preview tab for pydoc

I am new to VIM and I had this happened on few occasions. I am using these plug-ins: nerdcommenter-master vim-autoclose-master vim-multiple-cursors-master nerdtree-master vim-autocomplpop Sometimes I am typing python commands and autocomplete…
user3056783
  • 2,265
  • 1
  • 29
  • 55
-1
votes
1 answer

VIM comment out on blade files

How can I toggle comments on blade.php extension files. Blade is a Laravel specific file which uses {{-- --}} to comment out. I installed Nerdcommenter but, don't know how to modify it to work with blade files due to the lack of Vim knowledge Now,…
shigg
  • 792
  • 1
  • 8
  • 24
1
2