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.