Added tmux copy.

This commit is contained in:
Ivan Malison 2013-04-11 10:43:40 -07:00
parent f93369aa52
commit 6058d7d114

View File

@ -61,6 +61,14 @@
;; find-file-in-project ;; find-file-in-project
(setq ffip-limit 9999999999) (setq ffip-limit 9999999999)
;; =============================================================================
;; tmux
;; =============================================================================
(defun tmux-copy (&optional b e)
(interactive "r")
(shell-command-on-region b e "cat | tmux loadb -"))
;; ============================================================================= ;; =============================================================================
;; Flymake ;; Flymake
;; ============================================================================= ;; =============================================================================