mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Remove doc about Leader f f
file searching key bindings: - SPC f f: searching files in the directory of current file - SPC p f: searching files in current project
This commit is contained in:
parent
1538d54a7e
commit
f38ee34c00
@ -731,7 +731,6 @@ features.
|
||||
| -------------------- | ----------------------------- |
|
||||
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
|
||||
| `<Leader> f e` | Fuzzy find register |
|
||||
| `<Leader> f f` | Fuzzy find file |
|
||||
| `<Leader> f h` | Fuzzy find history/yank |
|
||||
| `<Leader> f j` | Fuzzy find jump, change |
|
||||
| `<Leader> f l` | Fuzzy find location list |
|
||||
|
@ -289,7 +289,7 @@ Always prefix variables with their scope.
|
||||
|
||||
- Use capital case and angle brackets for keyboard buttons: `<Down>`, `<Up>`.
|
||||
- Use uppercase for custom leader: `SPC`, `WIN`, `UNITE`, `DENITE`.
|
||||
- Use space as delimiter for key sequences: `SPC t w`, `<Leader> f f`.
|
||||
- Use space as delimiter for key sequences: `SPC t w`, `<Leader> f o`.
|
||||
- Use `/` for alternative sequences: `<Tab>` / `<C-n>`.
|
||||
- Use `Ctrl-e` rather than `<C-e>` in documentation.
|
||||
|
||||
|
@ -766,7 +766,6 @@ Users only need to load one of these layers, they will be able to get these feat
|
||||
| -------------------- | ----------------------------- |
|
||||
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
|
||||
| `<Leader> f e` | Fuzzy find register |
|
||||
| `<Leader> f f` | Fuzzy find file |
|
||||
| `<Leader> f h` | Fuzzy find history/yank |
|
||||
| `<Leader> f j` | Fuzzy find jump, change |
|
||||
| `<Leader> f l` | Fuzzy find location list |
|
||||
|
Loading…
Reference in New Issue
Block a user