Questions tagged [iterm]

iTerm is an enhanced terminal emulator for OS X and macOS

iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. Its focus is on performance, internationalization, and supporting innovative features that make your life better.

332 questions
1
vote
1 answer

Ability to click on filenames in cygwin console to launch file

iTerm for the mac has an awesome feature which allows you to ctrl-click on a filename in the terminal. (i.e. from an ls or find etc), and the terminal will attempt to launch that file using the default application for the given file's type. I'm…
Ben
  • 6,567
  • 10
  • 42
  • 64
1
vote
1 answer

Can't see "Escape" colors in terminal

can someone help me i don't know how to get this working. I can't see "escape" colors or i don't know how they are called in my terminal: http://cl.ly/image/0U3N0Z2M2q2m
Karolis Mazukna
  • 377
  • 1
  • 6
  • 12
0
votes
2 answers

tell iTerm to open several ssh session

I've used some neat example's from attached URL's. What I've got so far is the script opening several tab's with ssh session's. But as I've several client's to whom's server's I connect I don't want a script with a hard coded list for every client.…
Mirco Schmidt
  • 79
  • 1
  • 2
  • 9
0
votes
2 answers

Vim in iTerm 2 Losing Color on Restart

I have an issue with using Vim within iTerm. Works as expected first time but any restart or new instance of iTerm and everything is broken. Take this as an example Download and open iTerm and get default theme Next import the solarized dark…
James Hughes
  • 6,194
  • 4
  • 31
  • 44
0
votes
0 answers

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\"" osascript -e "tell application \"Terminal\" to do script \"cd $PWD && firebase…
Owenn
  • 638
  • 1
  • 6
  • 23
0
votes
1 answer

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 stop solution to fix this problem. Manually…
Karan Sharma
  • 473
  • 5
  • 8
0
votes
1 answer

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 NeoVim on the file that I selected. The problem is that I'm…
0
votes
0 answers

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 successfully emptied the folders, but they still…
0
votes
0 answers

Triple dot iTerm locks command window - why does this occur and how to unlock the console?

I accidentally entered ... into my iTerm console, which led to a locked console session - what is the meaning behind this behaviour? Couldn't unlock the command line until i closed the session and now I'm really curious about what's going on. Found…
user13315792
0
votes
0 answers

How to configure iterm2 terminal output to be unlimited when running scripts?

I am using NATS and sending messages from one terminal to another. I am observing that if I send the output to a file, I can see everything, but when I want to see in the terminal itself - nothing. From my best understanding it's all about the…
SteveS
  • 3,789
  • 5
  • 30
  • 64
0
votes
1 answer

Iterm2 x Powerlevel10K new line shows only >

i have this weird issue with my new iterm and powerlevel10k after configuring it, it shows new "entered" lines as ">" instead of the UI. as seen here: why doesn't it show the "entered" lines as the block of [~/GIT]> cd .. for example?
0
votes
1 answer

(eval):66: command not found: dirname

After i set anaconda there is an error Iterm error : (eval):66: command not found: dirname ################################## which python -> /opt/anaconda3/bin/python which dirname -> /usr/bin/dirname this is my .zshrc file. export…
0
votes
2 answers

Zshrc launching python prompt - multiple pythons

I wonder if this is all a PATH issue. I have MacBook Pro 12.6, with homebrew. No pyenv or virtualenv. (perhaps I should..) I am using nvim. When I start iterm it launches python to the python command prompt rather than my zsh prompt. When I ctrl D…
capnahab
  • 343
  • 3
  • 14
0
votes
0 answers

How to make `reverse-i-search` case insensitive in bash/iTerm?

How to make reverse-i-search (activated with ctrl+r) case insensitive?
user7858768
  • 838
  • 7
  • 22
0
votes
0 answers

iterm annoying history window

I have recently changed my MAC and was setting my work environment from scratch. I have noticed that now I have a feature that I've never used before. When I press up arrow up a couple of times iterm basically chooses one of the previously used…