Switch bindings avy-jump-line and perspective micro-state

So perspectives are on SPC l
and avy jump to line on SPC L

This is to have consistent lower case keys for "scopes":
- b for buffer
- f for files
- p for project
- and l for layout (perspective)
This commit is contained in:
syl20bnr 2015-11-05 00:28:30 -05:00
parent 69959a576f
commit 1d340dcc77
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,7 @@
(setq avy-background t)
(evil-leader/set-key
"SPC" 'avy-goto-word-or-subword-1
"l" 'avy-goto-line
"L" 'avy-goto-line
"xo" 'spacemacs/avy-open-url))
:config
(progn

View File

@ -166,7 +166,7 @@ Cancels autosave on exiting perspectives mode."
(spacemacs|define-micro-state perspectives
:doc (spacemacs//perspectives-ms-doc)
:use-minibuffer t
:evil-leader "L"
:evil-leader "l"
:bindings
;; need to exit in case number doesn't exist
("?" spacemacs//perspectives-ms-toggle-doc)