I'm here to answer questions anyone has about this. It's a newish feature so feedback is welcome, and bug reports are greatly appreciated. Also, credit goes to FinalTerm for the inspiration. RIP.
I'm using a german keyboard and the shortcut cmd-; is inaccessible because ';' is shift-, I couldn't find a way to customise the shortcut in options. Sorry if I was too stupid to find it. Great work otherwise.
iTerm2 Shell Integration
21–30 of 102 posts
Re: iTerm2 Shell Integration
#22I'm here to answer questions anyone has about this. It's a newish feature so feedback is welcome, and bug reports are greatly appreciated. Also, credit goes to FinalTerm for the inspiration. RIP.
I'm using a german keyboard and the shortcut cmd-; is inaccessible because ';' is shift-, I couldn't find a way to customise the shortcut in options. Sorry if I was too stupid to find it. Great work otherwise.
Re: iTerm2 Shell Integration
#23Re: iTerm2 Shell Integration
#24brew installs and bundle installs and the like will be a joy now!
Re: iTerm2 Shell Integration
#25Re: iTerm2 Shell Integration
#26Also, is there a zsh version of this file? zsh is extremely popular on osx.
Re: iTerm2 Shell Integration
#27Re: iTerm2 Shell Integration
#28I use screen a lot (yes I know, I should switch to tmux one day!) and shell integration doesn't seem to work properly with sessions inside screen. Works perfectly if I ssh directly. Is it going to be supported eventually or is this the ultimate signal for me to switch to tmux?
Re: iTerm2 Shell Integration
#29I'm concerned about the wget to an external server part. This file should be local to prevent excessive slowness and potential security issues. Also, is there a zsh version of this file? zsh is extremely popular on osx.
Re: iTerm2 Shell Integration
#30Funny how we just finished a discussion about "why haven't you switched to Fish yet," and now this comes along with not-fully-baked Fish support. :)
Update: I just tested it and fish 2.2 works great out of the box. I haven't had a chance to test it yet, but I believe fish 2.2 will allow the baking to finish. Fish cleverly parses the prompt to figure out how long it is (vs bash which requires you to wrap nonprinting sequences in \[ and \]). Unfortunately fish's support for OSC codes was incomplete. This was a problem because shell integration uses them to report t…