From 8989f17b741c2040b1f7cd258239f35583be41b3 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 27 Sep 2018 20:17:22 +0300 Subject: [PATCH] deprecate settable tmp folder. Use instead --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 1bc6db3..87dba70 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,6 @@ It is also possible to add parametees to ctags search executable: set-option global fzf_tag_command 'readtags -l | cut -f1 | sort -u | ... ' ``` -#### Misc -**fzf.kak** relies on tmp folder to work with all possible environments, however not every system features -the same path to `tmp`. You can set different path to your or to any other directory with: - -```kak -set-option global fzf_tmp //path/to/tmp' -``` - ## Some demonstration gifs: ### Opening files: ![files](https://user-images.githubusercontent.com/19470159/45917778-3988e200-be85-11e8-890d-b180d013b99e.gif)