branch: externals/ivy-hydra
commit 6916cbdfbd1d91132ab0944b1441f18e9a8b1c20
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
doc/ivy.org: Document ivy-insert-current-full
Fixes #883
---
doc/ivy.org | 2 ++
doc/ivy.texi | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/doc/ivy.org b/doc/ivy.org
index 65b7364..8d22008 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -1024,6 +1024,8 @@ bindings that work here:
- ~/~ (=self-insert-command=) ::
If the current input matches an existing directory name exactly,
switch the completion to that directory.
+- ~C-M-y~ (=ivy-insert-current-full=) ::
+ Insert the current full path, in case you want to edit a part of it.
- ~M-r~ (=ivy-toggle-regexp-quote=) ::
Toggle between input as regexp or not.
diff --git a/doc/ivy.texi b/doc/ivy.texi
index 6cbd65f..001d7b8 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -1356,6 +1356,12 @@ Switch to the home directory.
If the current input matches an existing directory name exactly,
switch the completion to that directory.
@end indentedblock
+@subsubheading @kbd{C-M-y} (@code{ivy-insert-current-full})
+@vindex ivy-insert-current-full
+@kindex C-M-y
+@indentedblock
+Insert the current full path, in case you want to edit a part of it.
+@end indentedblock
@subsubheading @kbd{M-r} (@code{ivy-toggle-regexp-quote})
@vindex ivy-toggle-regexp-quote
@kindex M-r