[Emacs] Change bindings in yank hydra

This commit is contained in:
Ivan Malison 2017-04-08 02:52:00 -07:00
parent 077c6680ec
commit 03d6894fbd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1725,10 +1725,10 @@ custom-set-faces in your custom file.
nil
"Yank text"
("p" imalison:copy-buffer-file-path "Projectile path")
("l" imalison:copy-current-buffer-name "Buffer Name")
("b" imalison:copy-current-buffer-name "Buffer Name")
("f" imalison:copy-buffer-file-path-full "Full path")
("n" imalison:copy-buffer-file-name "File name")
("b" imalison:copy-current-git-branch "Git Branch")
("g" imalison:copy-current-git-branch "Git Branch")
("m" imalison:copy-last-message "Last Message"))
#+END_SRC
*** Compile