make C-c + also copy to tmux buffer.
This commit is contained in:
parent
89b03f9bef
commit
4116004eb0
19
.mc-lists.el
19
.mc-lists.el
@ -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
|
||||
))
|
2
init.el
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user