File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 33[ ![ MELPA Stable] ( https://stable.melpa.org/packages/helm-file-preview-badge.svg )] ( https://stable.melpa.org/#/helm-file-preview )
44[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
55
6-
76# helm-file-preview
87> Preview the current helm file selection.
98
@@ -18,14 +17,13 @@ actually pointing to by showing the file in the previous window.
1817
1918| helm-ag | helm-gtags |
2019| :---:| :---:|
21- | <img src =" ./screenshot /helm-ag-preview-demo.gif " /> | <img src =" ./screenshot /helm-gtags-preview-demo.gif " />|
20+ | <img src =" ./etc /helm-ag-preview-demo.gif " /> | <img src =" ./etc /helm-gtags-preview-demo.gif " />|
2221
2322Few differences to ` helm-follow-mode ` .
2423* Decouple from ` helm-source ` .
2524* Customize once, works across all packages that use ` helm ` 's interface.
2625* Preview instead of opening files.
2726
28-
2927## Usage
3028
3129Add these lines to somewhere in your Emacs config.
@@ -40,7 +38,6 @@ Or if you are using `use-package`.
4038 (helm-file-preview-mode 1))
4139```
4240
43-
4441## Customization
4542
4643Turn off this if you want to preview the file no matter what.
@@ -62,7 +59,6 @@ opened then you should set to `nil`.
6259(setq helm-file-preview-preview-only t)
6360```
6461
65-
6662## Contribution
6763
6864If you would like to contribute to this project, you may either
You can’t perform that action at this time.
0 commit comments