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

Unistall error using home-brew -> error using brew prune

I have Paste installed and want to uninstall it, currently running macOS High Sierra. I have tried using the $ brew uninstall Paste and it gets returned with Error: No such keg: /usr/local/Cellar/paste. After that I used $ brew update of which…
nicklike
  • 51
  • 4
5
votes
2 answers

Can't type in ipdb console in docker container

I'm using docker-compose to build my docker container and am running the container with the --service-ports flag like so: docker-compose run --service-ports $(service_name) -d When trying to call ipdb within a python script in the container using…
steve
  • 537
  • 1
  • 7
  • 17
5
votes
4 answers

change color of prompt in bash profile

I am trying to change the color of the prompt in my terminal to green text for the user at the start and white ~ Currently my .bash_profile file is configured the following way to provide a yellow color for the user name and a pink color for the…
user6002037
4
votes
4 answers

set pastetoggle not working

My vim setup( https://github.com/aaronjorbin/.vim ) contains set pastetoggle= yet fn+F2 (when vim is running in terminal) causes vim to enter insert mode and output a Q on it's own line (same behavior when I am already in insert mode). This is…
Jorbin
  • 171
  • 1
  • 5
4
votes
2 answers

iTerm Emacs key codes for Ctrl +

In Emacs on Linux terms and Cygwin, Ctrl + Up/Down causes a long jump (depending on the mode) say one function block down, on iTerm however this does not work I am assuming I need to manually set key codes send?
Hamza Yerlikaya
  • 49,047
  • 44
  • 147
  • 241
4
votes
2 answers

ITerm2 + Mac Catalina + Zsh + Oh My Zsh + Powerline10K -> not showing fonts properly

I've just upgraded to zsh using the following tools: ITerm2 Mac Catalina Zsh Oh My Zsh Powerline10K This is the problem I'm experiencing: I am using the following ITerm2 configuration: BTW I've already tried to install the Powerline fonts
Eyal Peleg
  • 87
  • 3
  • 9
4
votes
1 answer

How do I get and set the titles of the window, tab, and session in iTerm 2 (with the API)?

I've been looking through the documentation for iTerm2's Python API, trying to figure out a way to get and set the names/titles of windows, tabs, and sessions. I've also experimented in an iTerm Python REPL, to no avail. Window title seems to…
iconoclast
  • 21,213
  • 15
  • 102
  • 138
4
votes
2 answers

How to open new project in a new tab in Atom?

I'm on a Mac (MBP) and previously, I had set my Finder preferences to open any app in a new tab (open folders in tabs instead of a new window). It got Atom Editor to open new/diff projects in a tab vs a new window. My normal workflow might be…
risa_risa
  • 727
  • 1
  • 8
  • 20
4
votes
2 answers

how to open the current path with finder at iterm?

Is there any easy way to open current path at finder when i use the Iterm. It`s terrible to copy the path and paste in to finder path bar everytimes.
RODNEY ZHANG
  • 193
  • 1
  • 9
4
votes
0 answers

iTerm open chrome-devtools link

With node's new chrome inspector functionality, I find myself copy/pasting this link into chrome over and over because iTerm doesn't seem to know how to handle it: To start debugging, open the following URL in…
tgreen
  • 1,720
  • 1
  • 16
  • 28
4
votes
2 answers

Set title and badge text in iterm

Something I have found that helps me when I have multiple tabs open in my terminal is to set the title and badge text; I do this by pressing Cmd + i and manually setting it. What I would find even more beneficial is a command line option to set…
Richlewis
  • 15,070
  • 37
  • 122
  • 283
4
votes
4 answers

I installed nvm n and now I keep getting "dyld: bad external relocation length"

I installed nvm, n, using sudo and decided to test it out by downloading several versions of node on my system. When I tried to switch between the node versions I kept getting "Permissions denied." So I decided to sudo the command for switching…
an1waukoni
  • 325
  • 4
  • 12
4
votes
1 answer

tmux + iTerm2 + zsh - percent sign at the beginning of line

I work with tmux + iTerm2 integrated (tmux -CC). All works fine, besides that in zsh I get strange % at the beginning of line: user@user] date Fri Apr 11 03:12:39 PDT 2014 % user@user] I know that zsh signals with % that there is no \n at the end…
Jakub M.
  • 32,471
  • 48
  • 110
  • 179
4
votes
1 answer

Vim color scheme installed with Vundle not changing colors

I am trying to use one of the base16 color schemes on a remote computer in Vim, but whenever I try to load any of the colorschemes, it doesn't seem to change. Vim's default colorschemes work fine. Information about my setup: Using iTerm2, Build…
Austin Moore
  • 1,414
  • 6
  • 20
  • 43
4
votes
1 answer

Why can't emacs on OSX in iTerm2 not see C-S-?

I have the following keyboard shortcut in my init.el (global-set-key (kbd "C-S-") 'move-line-up) This works great in Cocoa Emacs.app, but when running emacs in console mode in iTerm2 it seems that they keys never make it to emacs. I tried…
Michael Hale
  • 1,367
  • 13
  • 16