make C-c + also copy to tmux buffer.

This commit is contained in:
Ivan Malison 2014-04-10 14:30:12 -07:00
parent 89b03f9bef
commit 4116004eb0
2 changed files with 1 additions and 20 deletions

View File

@ -1,19 +0,0 @@
;; This file is automatically generated by the multiple-cursors
;; extension.
;; It keeps track of your preferences for running commands with
;; multiple cursors.
(setq mc/cmds-to-run-for-all
'(
isearch-backward-regexp
isearch-printing-char
kill-region
yas/expand
))
(setq mc/cmds-to-run-once
'(
isearch-delete-char
python-indent-electric-colon
smex
))

View File

@ -183,7 +183,7 @@
(global-set-key (kbd "C-x O") (lambda () (interactive) (other-window -1)))
(global-set-key (kbd "C-c t") 'testify-run-test)
(global-set-key (kbd "C-c C-t") 'testify-run-case)
(global-set-key (kbd "C-c +") (lambda () (interactive) (message (ffip-get-buffer-name))))
(global-set-key (kbd "C-c +") (lambda () (interactive) (tmux-copy-buffer-name) (message (ffip-get-buffer-name))))
;; Something will occasionally override this binding.