Questions tagged [iterm2]

`iterm2` is a GPL terminal emulator available on macOS.

859 questions
-1
votes
1 answer

Useful shortcut to open Intellij project(maven or SBT) from command line

I have to create a terminal/iterm short cut to open and auto import the projects of maven or SBT etc... Right now I have to open IntelliJ first and then import the project manually. Is there any command line (i.e. either terminal or iterm2) short…
user3190018
  • 890
  • 13
  • 26
-1
votes
1 answer

Oh my Zsh - What is the number in brackets that appears now in my command line?

I have just recently installed oh my Zsh and when I did a number in brackets appeared next to my command line prompt (please see my picture). Could someone please tell me what this number is and how to remove or configure it to something else?
J.Day
  • 103
  • 1
  • 10
-1
votes
1 answer

Execute last command with !! (Instead of just showing the last command)

I want the !! command to execute the last command I ran. Currently, when I hit enter, it just prints the last command I ran on a new terminal line, and I have to hit enter again. It worked with a single 'enter' press on a previous work station of…
samlandfried
  • 801
  • 9
  • 11
-1
votes
1 answer

Broken bash function

Since I've wiped my OSX install and rebooted, this bash function no longer works. I can clearly see that there are .orig and .pyc files in the folder I'm running it on, but it just tells me it can't find anything. I forget exactly how this function…
Catlard
  • 853
  • 6
  • 13
  • 30
-1
votes
1 answer

terminal Plugin in sublime text3 can't open the lastest iterm2

terminal Plugin in sublime text3 can open the iTerm2 of old version, but recently when my iTerm2 update , terminal plugin can't open now , and my setting like this setting
-1
votes
1 answer

docker-compose and term2 on Mac

I am on Mac, El-Capitan 10.11.5 Until Today, I was able to run the docker-daemon by calling "docker quickstart terminal" then going into my project folder and doing a docker-compose up Now, when I run that, I keep getting docker-compose…
Confidence
  • 2,283
  • 3
  • 33
  • 57
-1
votes
1 answer

Alt key when navigating in console

In Ubuntu when using Alt modification key I can move between words using left/right arrows. But in OS X (iTerm2 actually) when pressing this key combination I get [D symbols. Do I need any additional libraries to make it work or how can I accomplish…
Most Wanted
  • 6,254
  • 5
  • 53
  • 70
-1
votes
1 answer

How can I install iterm2 bash-it themes?

The instructions aren't too newbie friendly. At least not for me. Here is the github repo for bash-it: https://github.com/Bash-it/bash-it I was able to clone the repo and run it. Immediately once I close then reopen iterm I get the following…
sjmartin
  • 3,912
  • 4
  • 19
  • 32
-1
votes
1 answer

How to configure iterm2 without the info bar?

I would like to configure iterm2 without the info bar. How can I get rid of that info bar on top of iterm2 terminals?
-1
votes
2 answers

In vim, syntax color of terminal and iterm are different

I'm new in vim setting T__T. left is terminal display. right is iterm2 display. how to change the color in terminal to be like in iterm2 Thanks in advance.
Yura
  • 17
  • 8
-2
votes
2 answers

Making `export LESS=R` persistent across sessions in fish

New to the command line here My title may be a case of classic x/y problem where it describes the attempted solution instead of the problem itself. Nevertheless, my issue is with git log where it prints directly into the command line instead of…
-2
votes
2 answers

iTerm 2 - strange issues after switching a user

I'm using iTerm 2 on Mac to login to a remote Ubuntu system. Normally iTerm 2 provides some beautiful colors when I make a connection using ssh and a key based authentication. However, when I login using a user/password authentication I see some odd…
Mugen
  • 1,417
  • 5
  • 22
  • 40
-2
votes
1 answer

Why does iTerm2 / oh-my-zsh starts with an error? Where should I start looking?

Question edit: What are the places I should look to try to debug this? I use iTerm2 with oh-my-zsh. At the beginning it worked perfectly, but since few weeks it starts with an error. Note the ↑1: Last login: Mon Sep 30 21:04:35 on ttys000 ↑1 ~…
Costin
  • 2,699
  • 5
  • 25
  • 43
-2
votes
1 answer

Unable to start firefox on centOs 6 from iterm2 on mac

I have installed firefox and xauth on the centOs 6.6 server as follows: sudo yum install firefox sudo yum install xauth On my mac, I am using iTerm2 On my iTerm2 session, I also exported my display as follows: export DISPLAY=192.168.0.3:0.0 Then…
c g
  • 389
  • 1
  • 4
  • 11
-2
votes
2 answers

Docker doesn't show containers on iTerm

I started to use Docker on my app, but I've got a problem in iTerm2. I split pane in iTerm, and now, on my first pane docker ps -a returns a list of containers, but on my second pane, the same command returns an empty list. I can't run any…
PFurman
  • 11
1 2 3
57
58