Fix typo
This commit is contained in:
parent
f59c1c98b7
commit
c86bfe921a
1 changed files with 1 additions and 1 deletions
|
@ -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 | ... '
|
||||
|
|
Loading…
Reference in a new issue