Add modules/tools/tmux
This commit is contained in:
parent
6bd08e2a96
commit
f0b5f1a12b
2 changed files with 156 additions and 0 deletions
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)))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue