Skip to content

Commit

Permalink
Work in motion mode, please
Browse files Browse the repository at this point in the history
  • Loading branch information
linktohack committed Nov 4, 2015
1 parent 9924891 commit 4f4477a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evil-vimish-fold.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ See also `evil-delete-fold'."
See also `evil-create-fold'."
(evil-fold-action evil-fold-list :delete))

(define-key evil-normal-state-map "zd" 'evil-delete-fold)
(define-key evil-normal-state-map "zf" 'evil-create-fold)
(define-key evil-motion-state-map "zd" 'evil-delete-fold)
(define-key evil-motion-state-map "zf" 'evil-create-fold)

(add-to-list 'evil-fold-list
`((vimish-fold-mode)
Expand Down

0 comments on commit 4f4477a

Please sign in to comment.