Add sl to list symbols in a buffer

Using `helm-semantics-or-ido`
This commit is contained in:
syl20bnr 2014-10-22 16:37:16 -04:00
parent f5b045d8e3
commit a787644445

View file

@ -1242,6 +1242,7 @@ of 2 characters. If INSERT? is not nil then the first key pressed is inserted
(evil-leader/set-key
":" 'helm-M-x
"bs" 'helm-mini
"sl" 'helm-semantic-or-imenu
"hb" 'helm-bookmarks
"kil" 'helm-how-kill-ring)
;; alter helm-bookmark key bindings to be simpler