From c86bfe921a5abeeacef97b6fa0b52d3fdc8cc88d Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sun, 30 Sep 2018 18:56:30 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dba70..2c4e142 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ set-option global fzf_git_command 'git ls-tree --name-only -r HEAD' Other VCS are not supported officially, but might work. #### ctags -It is also possible to add parametees to ctags search executable: +It is also possible to add parameters to ctags search executable: ```kak set-option global fzf_tag_command 'readtags -l | cut -f1 | sort -u | ... '