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
0
votes
1 answer

How to base vim colors off of iTerm colors?

I recently updated my iTerm color scheme and when I make a selection in visual mode (using vim) the color is awful. iTerm has some color options for Selection and Selection text what I would like to use as guibg and guifg respectivly. I tried this…
cadlac
  • 2,802
  • 3
  • 18
  • 34
0
votes
1 answer

How to map already being used shortcuts in CLI vim?

I am a vim user. I like to use CLI vim rather than GUI MacVim. I usually use vim in iTerm2 terminal which has already a lot of shortcuts using Command Key. I want to map my custom shortcuts but it's impossible because of those already mapped…
breadmj
  • 185
  • 11
0
votes
2 answers

mouse capturing differences between Terminal.app with MouseTerm SIMBL plugin and iTerm2

iTerm2: Mouse reporting works out of the box, works in Vim, works fully in Tmux, mouse wheel reporting works in Vim and for navigating Tmux history, but mouse wheel reporting does not work in manpages, does not work in git log, does not work in…
Steven Lu
  • 41,389
  • 58
  • 210
  • 364
0
votes
1 answer

rails postgres zsh Symbol not found: _rb_eEncCompatError (LoadError)

I have been troubleshooting a very odd issue in my local development rails setup for some time now. While I can not track exactly when it started I wanted to post this to see if anyone else has seen this issue or has ideas on how to fix it. How…
Chris Hough
  • 3,389
  • 3
  • 41
  • 80
0
votes
1 answer

remove file path in terminal and just display a folder

So to get started with my work I usually have to cd into a specific folder in iterm2. Sorta looks like this [johnson@david-MacBook-Pro /Applications/MAMP/htdocs/demoapp] 16:41:32 $ As you can see that takes up a ton of room in the damn window. How…
Deliri
  • 116
  • 1
  • 11
0
votes
1 answer

Installing Tmux in MAC OSX 10.7.4

I have iTerm2. I know that tmux is a utility to allow you, divide the screen in many terminals. iTerm lets you do that. So why do I need tmux? Also something strange is going on. Under the Shell menu I get the "tmux" option but I can only select…
Test Test
  • 2,831
  • 8
  • 44
  • 64
0
votes
3 answers

Why does "pydoc -g" at the command prompt bring up python libraries installed on my system, but I can't do that command from the Python Interpreter?

Why does typing: [user_name]$ pydoc -g in iTerm (the command prompt) bring up the python index of modules on my computer, but I can't run that line from the Python Interpreter? Thanks!
user1590499
  • 933
  • 3
  • 10
  • 17
0
votes
1 answer

Is there a good oh-my-zsh or sublime text 2 plugin to make rails queries more readable?

When running a rails console in iterm2 and querying the database, it spits out the results of the query in a big, comma-delimited blob. Is there a good plugin to format the output of a console query in a little more readable fashion?
Bob Ralian
  • 1,949
  • 1
  • 20
  • 29
0
votes
2 answers

Unable to 'bundle install' RoR 3.0.1

Here is a link to my screen cap. https://i.stack.imgur.com/FL0nW.jpg (SO doesn't allow noobs to post pics) The problem. Trying to bundle install and it keeps throwing the 'this version requires a different version of bundler' error. So I uninstall…
Ryan Rich
  • 11,637
  • 8
  • 22
  • 31
-1
votes
1 answer

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... error and does NOT create a dist folder. I suspect…
Divide by Zero
  • 1,343
  • 1
  • 14
  • 37
-1
votes
1 answer

How to highlight IPv4 address in iTerm

A friend recently destroyed a server because he mistyped an IP address, and we thought: how could we make IP addresses clearer to the eye in our day to day Terminal use. We mostly work from MacOS and use iTerm and connect to remote servers. How it…
leonardo
  • 1,686
  • 15
  • 15
-1
votes
1 answer

Change jest test output (iTerm being weird)

I am using latest iTerm on catalina with the "Semantic History" feature which allows you to Cmd+Click urls and filename/paths in the terminal. I set iTerm to open vscode: This seems to work well if the text is like "src/foo/bar.js:3:3" - however if…
Devin Rhode
  • 23,026
  • 8
  • 58
  • 72
-1
votes
1 answer

git@github.com: Permission denied (publickey) ERROR

I've have been trying to push to origin master, and I was getting different errors now I'm getting this git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access…
-2
votes
0 answers

MacOS Terminal is not suggesting commands when you press the Tab key

In Linux when i typed "docker run" and then press Tab it will show all my container. But in my Mac it only show folder. I use Iterm2 but Terminal not work neither. enter image description here How can i fixed that?
-2
votes
2 answers

iterm gnu bash visual corruption

When i paste a command in to bash and hit enter, the next lines prompt contains half of the previous issued command. E.G: host:/Users/user $ some really long command pasted in -bash: some: command not found host:/Users/user $ some really command…
Michael
  • 1,032
  • 2
  • 15
  • 31
1 2 3
22
23