todo.txt-vim icon indicating copy to clipboard operation
todo.txt-vim copied to clipboard

iskeyword: append `+` and `@`?

Open myrdd opened this issue 5 years ago • 0 comments

What do you think about appending the characters + (plus sign) and @ (at sign) to the iskeyword (isk) option?

:set iskeyword+=+,@-@

This way pressing * (star) on +project and @tag will include + and @ to the word search. Citing from :h iskeyword:

Keywords are used in searching and recognizing with many commands:
"w", "*", "[i", etc.  It is also used for "\k" in a pattern.

Do you think this is a good idea?

myrdd avatar Apr 01 '19 07:04 myrdd