From 4116004eb0b587da1b605a7d7e614df9267fbb6e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 10 Apr 2014 14:30:12 -0700 Subject: [PATCH] make C-c + also copy to tmux buffer. --- .mc-lists.el | 19 ------------------- init.el | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .mc-lists.el diff --git a/.mc-lists.el b/.mc-lists.el deleted file mode 100644 index 61cd085d..00000000 --- a/.mc-lists.el +++ /dev/null @@ -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 - )) diff --git a/init.el b/init.el index 7c6fac89..9e5448ff 100644 --- a/init.el +++ b/init.el @@ -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.