Add key bindings to manage bookmarks

This commit is contained in:
sbenner 2014-04-25 13:40:53 -04:00
parent d339fdb44d
commit b9279df139

View file

@ -117,6 +117,11 @@
"fl" 'flycheck-list-errors
"fn" 'flycheck-next-error
"fp" 'flycheck-previous-error)
;; bookmarks ------------------------------------------------------------------
(evil-leader/set-key
"gd" 'bookmark-delete
"gg" 'bookmark-jump
"gs" 'bookmark-set)
;; auto-highlight-symbol ------------------------------------------------------
(evil-leader/set-key
"he" 'ahs-edit-mode
@ -126,6 +131,7 @@
(evil-leader/set-key
"h:" 'helm-helm-commands
"hc" 'helm-css-scss
"hg" 'helm-bookmarks
"hk" 'helm-make
"hM" 'helm-switch-major-mode
"hm" 'helm-disable-minor-mode