Skip to content

takaxp/helm-selected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

A helm extension for selected.el

Introduction

That packages is a helm extension for selected.el. selected.el provides a combined keymap with associated commands for the selected region like a popup menu when you right-click on a selected word in your document. The menu, however, will not be displayed in an emacs buffer. So this package provides a visible menu with command candidates by supporting of helm interface.

Recommended setting

(with-eval-after-load "selected"
  (when (require 'helm-selected nil t)
    (define-key selected-keymap (kbd "h") 'helm-selected)))

After you select a region in your emacs buffer, just type h, then a command menu will be popping up.

Contacts

Contact me by Twitter @takaxp.

References

About

A helm extension for selected.el

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published