Spacevim: Q: What is the leader key used by fuzzy finder?

Created on 19 Aug 2018  ·  9Comments  ·  Source: SpaceVim/SpaceVim

Expected behavior

The fuzzy finder is supposed to be invoked by a leader key according to https://spacevim.org/documentation/:

Leader f f | Fuzzy find file

Earlier in the same manual, it says

default Leader is \

I have a fresh spacevim installation with no custom key mapping, and this happens when i try to invoke fuzzy find for files:

 ❶  * No Name  ❖ ⓢ                                               | utf-8  6:0  Bot   ❷  vimfiler 
 [+] window next                         [5] tabline index 5                     [\] (easymotion-prefix)
 [-] window previous                     [6] tabline index 6                     [l] +Location movement
 [1] tabline index 1                     [7] tabline index 7                     [P] "+P
 [2] tabline index 2                     [8] tabline index 8                     [p] "+p
 [3] tabline index 3                     [9] tabline index 9                     [q] +Quickfix movement
 [4] tabline index 4
 Guide:    [C-h paging/help]
 ff

What would be the correct key to use with fuzzy finder? Thanks.

Debug info

https://clbin.com/Jt9WF

Most helpful comment

Oh, sorry, the doc is wrong, Leader f f has been removed, and in current version, there are two key bindings for searching files, SPC f f search files in the dir of current file, SPC p f searching files in current project, I will update the doc.


[email protected]

From: Teddy Kunotifications@github.com
Date: 2019-01-23 13:05
To: SpaceVim/SpaceVimSpaceVim@noreply.github.com
CC: Wang Shidongwsdjeg@outlook.com; Mentionmention@noreply.github.com
Subject: Re: [SpaceVim/SpaceVim] Q: What is the leader key used by fuzzy finder? (#2064)

@wsdjeghttps://github.com/wsdjeg thanks, I have "denite" loaded and Leader f f still doesn't work though

[screen shot 2019-01-23 at 2 04 15 pm]https://user-images.githubusercontent.com/1953999/51584238-dd5bca80-1f17-11e9-82b3-b0be0b89bbef.png


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/SpaceVim/SpaceVim/issues/2064#issuecomment-456671638, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMiJkpqWBzzODTp9JjEOBtAMskb7NuB7ks5vF-2JgaJpZM4WDB3y.

All 9 comments

you need to load a fuzzy find layer. spacevim has 5 fuzzy find layers.

@wsdjeg I have tried 3 kinds of layers (unite, denite, fzf), but still have the same problem.
There is no fuzzy find key!
I am currently using fzf layer, this is the options I get:
image

Oh, just tried SPC f f, it works!
So the Leader key should be SPC, this should be corrected in documentation?

no, leader is \ by default.

SPC f f works for me as well, while Leader () f f is not working

Confirming too, that \ ff does not lead to any file fuzzy find and the help buffer has no such entry.
SPC ff opens "Find files in the directory of the current buffer" which does not appear to be the same.

you should load one fuzzy finder layer, SpaceVim provides five fuzzy finder layer


[email protected]

From: Griatchnotifications@github.com
Date: 2019-01-23 04:53
To: SpaceVim/SpaceVimSpaceVim@noreply.github.com
CC: Wang Shidongwsdjeg@outlook.com; Mentionmention@noreply.github.com
Subject: Re: [SpaceVim/SpaceVim] Q: What is the leader key used by fuzzy finder? (#2064)

Confirming too, that \ ff does not lead to any file fuzzy find and the help buffer has no such entry.
SPC ff opens "Find files in the directory of the current buffer" which does not appear to be the same.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/SpaceVim/SpaceVim/issues/2064#issuecomment-456559068, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMiJkjALv9h8YNmy76Xc6e4HrebUhpiMks5vF3o9gaJpZM4WDB3y.

@wsdjeg thanks, I have "denite" loaded and Leader f f still doesn't work though

image

Oh, sorry, the doc is wrong, Leader f f has been removed, and in current version, there are two key bindings for searching files, SPC f f search files in the dir of current file, SPC p f searching files in current project, I will update the doc.


[email protected]

From: Teddy Kunotifications@github.com
Date: 2019-01-23 13:05
To: SpaceVim/SpaceVimSpaceVim@noreply.github.com
CC: Wang Shidongwsdjeg@outlook.com; Mentionmention@noreply.github.com
Subject: Re: [SpaceVim/SpaceVim] Q: What is the leader key used by fuzzy finder? (#2064)

@wsdjeghttps://github.com/wsdjeg thanks, I have "denite" loaded and Leader f f still doesn't work though

[screen shot 2019-01-23 at 2 04 15 pm]https://user-images.githubusercontent.com/1953999/51584238-dd5bca80-1f17-11e9-82b3-b0be0b89bbef.png


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/SpaceVim/SpaceVim/issues/2064#issuecomment-456671638, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMiJkpqWBzzODTp9JjEOBtAMskb7NuB7ks5vF-2JgaJpZM4WDB3y.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Lobosque picture Lobosque  ·  3Comments

rivalak picture rivalak  ·  3Comments

wsdjeg picture wsdjeg  ·  3Comments

eperfect picture eperfect  ·  4Comments

wsdjeg picture wsdjeg  ·  4Comments