Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should I set the terminal to on macOS? #13

Open
NightMachinery opened this issue Aug 19, 2020 · 3 comments
Open

What should I set the terminal to on macOS? #13

NightMachinery opened this issue Aug 19, 2020 · 3 comments

Comments

@NightMachinery
Copy link

There is no xterm on macOS.

@harizvi
Copy link

harizvi commented Jul 7, 2021

Late response, hopefully you've found the answer but for anyone else looking.

You should set the terminal variable to point to an executable that will take command line options. The Mac Terminal (built-in) doesn't have that capability, or at least I haven't seen it mentioned anywhere. Alternatively, you can use iterm or alacritty. I've the following settings:

(org-babel-tmux-terminal "alacritty")
(org-babel-tmux-terminal-opts '("-t" "ob-tmux" "-e"))

For iterm, you have to point to the executable inside the application package (/Applications/iTerm.app/Contents/MacOS/iTerm2).

@ahendriksen
Copy link
Owner

ahendriksen commented Jul 7, 2021 via email

@harizvi
Copy link

harizvi commented Jul 7, 2021

Allard,

This is just the basic setup, thought I'll share how I've setup.

Controlling a remote tmux issue is still there, I shared more info with the permissions setup over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants