Emacs: fix for C-M-% on terminals.

master
Pierre Neidhardt 2013-01-23 14:59:25 +01:00
parent 0d10761250
commit a6394801ed
1 changed files with 3 additions and 0 deletions

View File

@ -110,3 +110,6 @@ browse-url-browser-function 'browse-url-generic)
(global-set-key (kbd "C-<f6>") (kbd "M-| xclip"))
(global-set-key (kbd "C-<f7>") (kbd "C-u M-! xclip <SPC> -o"))
(global-set-key (kbd "C-<f8>") (kbd "C-u M-! xclip <SPC> -o <SPC> -selection <SPC> clipboard"))
;; query-replace-regex fix on terminals.
(global-set-key (kbd "C-M-y") 'query-replace-regexp)