1
0
Fork 0

mention how to add sorting to tags

This commit is contained in:
Andrey Orst 2018-10-11 23:11:19 +03:00
parent b0a4709255
commit b5d9f8dc16

View file

@ -87,7 +87,7 @@ Other VCS are not supported officially. Open a feature request if you want some
You also can change one of options to contain your vcs command, and use this command explicitly from vcs submode.
#### ctags
It is also possible to add parameters to ctags search executable:
It is also possible to add parameters to ctags search executable. like `sort -u` and others:
```kak
set-option global fzf_tag_command 'readtags -l | cut -f1 | sort -u | ... '