From b5d9f8dc1633506dc174c3169c96478d861d50f6 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 11 Oct 2018 23:11:19 +0300 Subject: [PATCH] mention how to add sorting to tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 319e98d..e825e45 100644 --- a/README.md +++ b/README.md @@ -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 | ... '