iTerm is a third party replacement for the built-in Terminal application.
8
votes
4answers
686 views
Option + click in iTerm
In Terminal, Option + click allows me to place my cursor at any point on the current line-- great for editing really long commands.
How can I do this in iTerm2?
Update: According to this page, the ...
2
votes
2answers
3k views
How do I get vim to work at 256 colors in iTerm?
I just got a new iMac, and installed iTerm (0.10).
On my last laptop 256 color mode worked fine, but I'm having trouble getting this to work on my new Mac.
I copied over all the settings, set $TERM ...
0
votes
1answer
374 views
iTerm2 terminals close immediately with “argpath=login error=No such file or directory”
Whenever I try to open a new terminal window in iTerm, it closes right away after displaying this:
## exec failed ##
argpath=login error=No such file or directory
Does anyone know what is causing ...
2
votes
2answers
2k views
Can I tell iTerm 2 to change color when I'm root
I would like to tell iTerm2 to have red text whenever I'm root when logged into a server.
Note:
I'm not able to change any configuration on the remote server.
10
votes
1answer
2k views
Set iTerm2 as the ssh:// URL handler
Currently, Terminal is set to handle SSH urls. For example, if I do:
$ open ssh://machine.example.com
Then it will spawn a new SSH session in terminal. I'd like these to be opened in iTerm2 ...
2
votes
1answer
591 views
How can I move through words when typing a command in iTerm2?
I'm in Lion
with iTerm2, Zsh and Oh-My-Zsh
but I cannot move through words when pressing: ALT+left arrow or CMD+left arrow or something
instead, when I press "ALT+right arrow" it prints [C
and when ...