paste-ts: Change key bindings to C-j/C-k

J was annoying for those who wanted to use join lines right after a
paste.
This commit is contained in:
justbur 2016-02-06 19:07:57 -05:00 committed by Fabien Dubosson
parent 7838ea6521
commit 86ab9e7eeb
1 changed files with 3 additions and 3 deletions

View File

@ -344,11 +344,11 @@ Example: (evil-map visual \"<\" \"<gv\")"
(spacemacs|define-transient-state paste
:title "Pasting Transient State"
:doc "\n[%s(length kill-ring-yank-pointer)/%s(length kill-ring)] \
[_J_/_K_] cycles through yanked text, [_p_/_P_] pastes the same text above or \
[_C-j_/_C-k_] cycles through yanked text, [_p_/_P_] pastes the same text above or \
below. Anything else exits."
:bindings
("J" evil-paste-pop)
("K" evil-paste-pop-next)
("C-j" evil-paste-pop)
("C-k" evil-paste-pop-next)
("p" evil-paste-after)
("P" evil-paste-before))
(when dotspacemacs-enable-paste-transient-state