332 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
1k
views
azure-aws-login TypeError: Cannot read properties of undefined (reading 'load')
I have updated Node.js via nvm and reinstalled aws-azure-login and reconfigured it, but the issue still persists. What could be the problem and how can I resolve it?
npm update -g aws-azure-login
...
0
votes
1
answer
306
views
Disable dimmed region on tab
In iTerm2, how do I disable dimming out the region of the same window/tab that's not in focus?
I've tried setting the Dimming option to 1 in Appearance > Dimming, but to no avail. Checked the docs ...
3
votes
1
answer
976
views
Disable click highlight command + output
I just updated iterm and I noticed that when I click on the window, an outline appears on the clicked command and output:
I didn't change anything, so I'm guessin is update related, but I can't find ...
Chux's user avatar
- 1,236
3
votes
1
answer
487
views
How to set Render Selection in iterm2 latest version?
iterm2 has recently released its latest version 3.5, and one of the features is this
Add "Render Selection", which replaces a chunk
of selected text with a natively rendered view.
For ...
-2
votes
1
answer
46
views
macOS, how replace space in terminal file path output with something I can cmd + click?
I have an app where I download files into a system path. At the beginning of my program I'm outputting these paths to the terminal like so:
However as you can see there is a space in the middle, ...
-1
votes
1
answer
436
views
How to prevent ohmyzsh to clear the terminal screen? [closed]
I'm using iTerm with ohmyzsh. When I exit a ssh connection it always clears my terminal screen and I find that super annoying. I only experience this behaviour since I have installed ohmyzsh on the ...
0
votes
0
answers
113
views
I'm trying to install SMLNJ using iTerm and ZSH but I keep getting "sml: cannot find runtime system /usr/local/smlnj/bin/.run/run.-"
I'm trying to install SMLNJ using iTerm and ZSH. I've installed SMLNJ successfully using Brew. I'm using an Macbook Pro with and M2 chip.
I've installed SMLNJ using brew with the following command:
...
0
votes
1
answer
136
views
Bind-key M-h in in tmux + Iterm2
trying to bind option+h and option+l to navigate between windows
bind-key -n M-h previous-window
bind-key -n M-l next-window
If I understand correctly there is some problem in the way Iterm2 sends ...
-1
votes
1
answer
29
views
akamai pipeline save cannot write to dist
I am using akamai CLI with MacOS and iTerm.
I am trying to execute akamai pipeline save -p myProject test. It returns a
Unexpected error occurred: Error: ENOENT: no such file or directory, open...
...
3
votes
1
answer
354
views
How to use osascript to open Iterm2 and run script?
Currently, I have an sh file which I use to run a script as such:
osascript -e "tell application \"Terminal\" to do script \"cd $PWD && npm run build:watch\""
...
4
votes
1
answer
4k
views
How to use mac typing shortcuts in iterm2?
I want to use ⌘ + ← to go to the first character of line and ⌘ + → and similar shortcuts in iTerm2 but couldn't find a straight forward way to make that configuration.
I want to know if there is a one ...
0
votes
1
answer
313
views
MacOS Getting the file path inside a shell script when opening a file as an application
I'd like to be able to have an option to open a file inside NeoVim in the "Open With" list. That is to open a new terminal window (ITerm in my case), and execute a command that launches ...
4
votes
3
answers
4k
views
iTerm2: how to set the current zoom as the default for new windows and tabs?
iTerm2 has a comfortable feature that allows us to zoom in and out using the pad or mouse scroll.
Once I zoom it to a font size that fits my needs, I want to define the current zoom size as the ...
YFl's user avatar
- 1,599
0
votes
0
answers
104
views
iTerm can't delete directories
I just started working with iTerm an I've been playing around, creating folders and files and such. Now I want to get rid of those test folders. I used rmdir, rm -r and all of those commands and I ...
1
vote
1
answer
722
views
iTerm2 with Powerlevel10K: new line shows only ">"
I have this weird issue with my new iTerm2 and Powerlevel10k. After configuring it, it shows new "entered" lines as > instead of the UI.
As seen here:
Why doesn't it show the "...