Skip to content

Instantly share code, notes, and snippets.

@rawsyntax
Created November 3, 2013 19:56
Show Gist options
  • Save rawsyntax/7294123 to your computer and use it in GitHub Desktop.
Save rawsyntax/7294123 to your computer and use it in GitHub Desktop.
fix terminal pasting
(add-hook 'term-mode-hook
(lambda ()
(define-key term-raw-map (kbd "C-y") 'term-paste)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment