Keybind paste to s-v

This commit is contained in:
Ivan Malison 2016-01-11 14:44:41 -08:00
parent 25af0c8be8
commit f43c3457a9

View File

@ -2393,6 +2393,7 @@ items follow a style that is consistent with other prog-modes."
(bind-key "C-c 8" 'imalison:term)
(bind-key "C-c 7" 'imalison:force-new-term)
(bind-key "C-x 9" 'previous-buffer)
(bind-key "s-v" 'clipboard-yank)
(fset 'global-set-key-to-use-package
(lambda (&optional arg) "Keyboard macro." (interactive "p")