mention how to add sorting to tags
This commit is contained in:
parent
b0a4709255
commit
b5d9f8dc16
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
You also can change one of options to contain your vcs command, and use this command explicitly from vcs submode.
|
||||||
|
|
||||||
#### ctags
|
#### 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
|
```kak
|
||||||
set-option global fzf_tag_command 'readtags -l | cut -f1 | sort -u | ... '
|
set-option global fzf_tag_command 'readtags -l | cut -f1 | sort -u | ... '
|
||||||
|
|
Loading…
Reference in a new issue