Skip to content

myuhe/quick-preview.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

http://melpa.org/packages/quick-preview-badge.svg

Quick-Preview

Quick-preview is an application for previewing file using external tool.

You can choose external tool below,

For Mac user, The default value is set to Quick Look, For Linux user, set to GNOME Sushi.

Web page preview (GNOME Sushi)

./img/web.png

Image preview (GNOME Sushi)

./img/image.png

Command Overview

quick-preview-at-point

Preview file from around point if it exists. quick-preview-method decides Preview tool.

Setting example

(require quick-preview)
(setq quick-preview-method 'gloobus)

;;Setting for key bindings
(global-set-key (kbd "C-c q") 'quick-preview-at-point)
(define-key dired-mode-map (kbd "Q") 'quick-preview-at-point)

Related article

About

Quick preview using GNOME sushi, gloobus or quick look

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published