We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b45fc6 commit df4ba5aCopy full SHA for df4ba5a
ivy-file-preview.el
@@ -27,7 +27,17 @@
27
28
;;; Commentary:
29
;;
30
-;; Preview the current ivy file selection.
+;; This global minor mode enhanced the user experience while controlling
31
+;; through `ivy' interface during some previewable commands.
32
+;;
33
+;; You can enable this minor mode by doing the following execution,
34
35
+;; `(ivy-file-preview-mode 1)`
36
37
+;; Some previewable commands can be a file, path, or search restult.
38
+;; The file and path can be either absolute/relative file path. The
39
+;; search result accepts cons cell for either (line . column) or a
40
+;; integer (position).
41
42
43
;;; Code:
0 commit comments