diff --git a/docs/cn/documentation.md b/docs/cn/documentation.md index bb0ad643e..8cd8fc8f1 100644 --- a/docs/cn/documentation.md +++ b/docs/cn/documentation.md @@ -731,7 +731,6 @@ features. | -------------------- | ----------------------------- | | ` f ` | Fuzzy find menu:CustomKeyMaps | | ` f e` | Fuzzy find register | -| ` f f` | Fuzzy find file | | ` f h` | Fuzzy find history/yank | | ` f j` | Fuzzy find jump, change | | ` f l` | Fuzzy find location list | diff --git a/docs/conventions.md b/docs/conventions.md index c2148fb72..b2b526587 100644 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -289,7 +289,7 @@ Always prefix variables with their scope. - Use capital case and angle brackets for keyboard buttons: ``, ``. - Use uppercase for custom leader: `SPC`, `WIN`, `UNITE`, `DENITE`. -- Use space as delimiter for key sequences: `SPC t w`, ` f f`. +- Use space as delimiter for key sequences: `SPC t w`, ` f o`. - Use `/` for alternative sequences: `` / ``. - Use `Ctrl-e` rather than `` in documentation. diff --git a/docs/documentation.md b/docs/documentation.md index 8f314cb94..6c45c1c2f 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -766,7 +766,6 @@ Users only need to load one of these layers, they will be able to get these feat | -------------------- | ----------------------------- | | ` f ` | Fuzzy find menu:CustomKeyMaps | | ` f e` | Fuzzy find register | -| ` f f` | Fuzzy find file | | ` f h` | Fuzzy find history/yank | | ` f j` | Fuzzy find jump, change | | ` f l` | Fuzzy find location list |