mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Add modules/tools/tmux
This commit is contained in:
14
modules/tools/tmux/autoload/evil.el
Normal file
14
modules/tools/tmux/autoload/evil.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; extra/tmux/autoload/evil.el
|
||||
|
||||
;;;###autoload (autoload '+tmux:run "extra/tmux/autoload/evil" nil t)
|
||||
(evil-define-command +tmux:run (command bang)
|
||||
(interactive "<fsh><!>")
|
||||
(+tmux/run command bang))
|
||||
|
||||
;;;###autoload (autoload '+tmux:cd-here "extra/tmux/autoload/evil" nil t)
|
||||
(evil-define-command +tmux:cd-here (bang)
|
||||
(interactive "<!>")
|
||||
(if bang
|
||||
(+tmux/cd-to-here)
|
||||
(+tmux/cd-to-project)))
|
||||
|
Reference in New Issue
Block a user