docs(vertico): explain how shadow paths work
This commit is contained in:
parent
9241a4d709
commit
3991d2ce77
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
- [[#general][General]]
|
- [[#general][General]]
|
||||||
- [[#jump-to-files-buffers-or-projects][Jump to files, buffers or projects]]
|
- [[#jump-to-files-buffers-or-projects][Jump to files, buffers or projects]]
|
||||||
- [[#search][Search]]
|
- [[#search][Search]]
|
||||||
|
- [[#file-path-completion][File Path Completion]]
|
||||||
- [[#consult][Consult]]
|
- [[#consult][Consult]]
|
||||||
- [[#multiple-candidate-search][Multiple candidate search]]
|
- [[#multiple-candidate-search][Multiple candidate search]]
|
||||||
- [[#async-search-commands][Async search commands]]
|
- [[#async-search-commands][Async search commands]]
|
||||||
|
@ -192,6 +193,14 @@ or the last workspace by typing =0 SPC=.
|
||||||
| =SPC s P= | Search another project |
|
| =SPC s P= | Search another project |
|
||||||
| =SPC s s= | Search the current buffer (incrementally) |
|
| =SPC s s= | Search the current buffer (incrementally) |
|
||||||
|
|
||||||
|
*** File Path Completion
|
||||||
|
Note that Emacs allows you to switch directories with shadow paths, for example
|
||||||
|
starting at =/foo/bar/baz=, typing =/foo/bar/baz/~/= will switch the searched
|
||||||
|
path to the home directory. For more information see ~substitute-in-file-name~
|
||||||
|
and ~file-name-shadow-mode~. This module will erase the "shadowed" portion of
|
||||||
|
the path from the minibuffer, so in the previous example the path will be reset
|
||||||
|
to =~/=.
|
||||||
|
|
||||||
** Consult
|
** Consult
|
||||||
*** Multiple candidate search
|
*** Multiple candidate search
|
||||||
This module modifies the default keybindings used in
|
This module modifies the default keybindings used in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue