add open-in-iterm
shortcut for macos module
`+macos/open-in-iterm` opens the current directory in `iTerm`, which as far as i know is a popular alternative to the macos's default terminal emulator `term`.
This commit is contained in:
parent
981ed73e66
commit
3c18601437
1 changed files with 3 additions and 0 deletions
|
@ -49,3 +49,6 @@
|
||||||
;;;###autoload (autoload '+macos/send-project-to-launchbar "tools/macos/autoload" nil t)
|
;;;###autoload (autoload '+macos/send-project-to-launchbar "tools/macos/autoload" nil t)
|
||||||
(+macos--open-with send-project-to-launchbar "LaunchBar"
|
(+macos--open-with send-project-to-launchbar "LaunchBar"
|
||||||
(or (doom-project-root) default-directory))
|
(or (doom-project-root) default-directory))
|
||||||
|
|
||||||
|
;;;###autoload (autoload '+macos/open-in-iterm "tools/macos/autoload" nil t)
|
||||||
|
(+macos--open-with open-in-iterm "iTerm" default-directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue