Questions tagged [iterm]
iTerm is a third party replacement for the built-in Terminal application.
635 questions
0
votes
0
answers
27
views
iTerm2: Split tab with new browser pane
I'm trying out the new browser feature of iTerm2 and I'm not sure how to split a tab with a terminal session in one pane and a browser in the other. I've created a new profile with Profile Type "...
1
vote
1
answer
233
views
Terminals prompting for login and not starting properly anymore
I've run into a frustrating issue with iTerm2 and Terminal on my work MacBook Pro (M3 Max Sequoia).
I had set up a few iTerm2 profiles for SSH logins that included passwords. After failing to properly ...
0
votes
1
answer
109
views
Key bindings Option+Delete not working as expected in iTerm2
On my previous MacBook I had a keybinding in iTerm2 which would delete a word when I press Option + Delete. Unfortunately I don't have access to my previous MacBook any more to see how it was done.
...
0
votes
1
answer
94
views
is it possible to hide panes and unide them later in iterm2?
My ideal workflow is 4-5 panes in one window.
At any given time I might only want 1-2 open. Up until now i've just been focusing on a pane. Is there anyway where I can focus on 2 panes at once instead?...
0
votes
1
answer
139
views
iTerm2 opens tab with different profile than the default
I have a specific profile set as my default in iTerm2. For some weird reason, when I open a new tab using the Shell > New Tab menu item, iTerm2 opens the tab with the correct profile. I get the ...
0
votes
1
answer
128
views
iTerm dropdown window opens in a different Space
I’m experiencing an issue with iTerm2’s dropdown window: Sometimes, after extended use when triggered via hotkey, it causes a Space switch, opening in a different Space instead of the current one. The ...
0
votes
0
answers
179
views
How can I uninstall the plugin extension from the iRightMouse tool?
I installed the app irightmouse from this website or this App Store link, and it had instructions to run this command upon installation
pluginkit -e "use" -i cn.better365.iRightMouse....
0
votes
0
answers
177
views
How can I keep the session name fixed in iterm2 tab created by applescript?
I have been using iterm2 and I created an applescript to automate the process of opening some tabs I need to work in my project. I opens a few tabs, moves to directories, run a few statements (git ...
2
votes
2
answers
120
views
How to get new VS Code windows to have text input focus?
I am using Visual Studio Code on my macbook. When I launch a new instance of VS Code when I already have 1 instance up, via code using iTerm, the already running instance is the one that has text ...
2
votes
2
answers
930
views
Why do iTerm2 / VSCode on MacOS Sequoia keep adding `com.apple.provenance` to my files?
I'm on MacOS 15.2. I've recently noticed that when I create a folder (or a file) in my home dir with iTerm2 (thanks to Linc Davis for this hint), the attribute com.apple.provenance is added to it. E.g....
0
votes
0
answers
253
views
iTerm2 - open profile in a new window if different than current profile
I work extensively with tmux integration in iTerm2 and:
Open new profiles (typically connecting to a different tmux session) using shortcut keys
Open new windows or tabs within the same tmux session (...
0
votes
1
answer
151
views
Applescript always opens two windows of iTerm the first time it runs instead of one
My question is very related to this one:
Script opens two terminal windows
I am using AeroSpace and I'm trying to open a new window in the workspace where I am by assigning it to the shortcut alt-t ...
0
votes
1
answer
113
views
iTerm2 and zsh standout mode
Running zsh inside iTerms. zsh allows to have parts of the prompt (PS1) printed in standout mode. This is activated using the %S Prompt Expansion Code.
Do I have a chance to influence, how the ...
3
votes
0
answers
877
views
How to prevent “iTerm.app” would like to access data from other apps [duplicate]
5.10) on a MacBookPro M1 Max with MacOS 15.1.1.
After the Mac has started an Bash-Script automatically starts and should do the following:
function ragx() {
cd ~/projects/chroma
docker-compose ...
1
vote
2
answers
138
views
Run script on quit with iTerm2
How can I run a script on quit with iTerm2? I don't just want to run it whenever I minimize or close the window, but specifically on quit.
This is because I want to run Amazon Q when I start iTerm (...