Skip to content

urbint/evil-text-objects-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Haskell Text Objects

This package defines text objects that should make your Haskell development experience even more enjoyable.

This package has text objects defined for:

functions

comment blocks

Install

(quelpa '(evil-text-objects-haskell
          :fetcher github
          :repo "urbint/evil-text-objects-haskell"))

Configuration

Vanilla Elisp

(require 'evil-text-objects-haskell)
(add-hook 'haskell-mode-hook #'evil-text-objects-haskell/install)

Keybindings

The following keybindings are assigned. Configuration may be provided in the future to support overwrites to reflect personal preferences. Please open an issue if you have a compelling reason this should be supported.

“f” - function

“C” - comment block

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published