forked from colonelpanic/dotfiles
Added tmux copy.
This commit is contained in:
8
init.el
8
init.el
@@ -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
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Reference in New Issue
Block a user