Added tmux copy.
This commit is contained in:
parent
f93369aa52
commit
6058d7d114
8
init.el
8
init.el
@ -61,6 +61,14 @@
|
||||
;; find-file-in-project
|
||||
(setq ffip-limit 9999999999)
|
||||
|
||||
;; =============================================================================
|
||||
;; tmux
|
||||
;; =============================================================================
|
||||
|
||||
(defun tmux-copy (&optional b e)
|
||||
(interactive "r")
|
||||
(shell-command-on-region b e "cat | tmux loadb -"))
|
||||
|
||||
;; =============================================================================
|
||||
;; Flymake
|
||||
;; =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user