Problems using iSSH with Vim on the Ipad
by: Ted Hagos on 11.Apr.2012

Motivations

  1. To login remotely to a Linux machine via SSH using the iPad
  2. To use tmux (screen multiplexer) and vim to edit source files

Problems encountered when using iSSH

  1. Couldn not get 256 colors to work. Elsewhere on the Internet (forums etc), the instruction were to set the 256 color on the Advanced settings and/or to set the TERM variable equal to term-256color, which I did, but still could not get it to work. The Prompt app though worked out of the box, I did not have to fiddle with anything

  2. The Vim screen was wobbling when editing. The wobbling I think is being caused by Vim doing a little bit if intellisense on matching braces, quotes and parentheses. I think it was also being caused by the status line jittering.

issh-scr1

Later, after inspecting my .vimrc on the target machine, I found out that I had a :set columns=100. This was causing the wobbling and the display of weird characters in iSSH. My iSSH screen settings was not wide enough to accomodate 100 columns as set in my .vimrc. I did not want to change my .vimrc hence, I just enlarged my screen size in iSSH (how to do to this)

issh-scr2
  1. The CTRL key doesn't work, I actually still don't know how to make it work. Yes, I have enabled Options Mapping.

This is a deal killer, Vim uses this alot when switching between split windows (C-w w). Tmux uses this a lot more. This is enough reason why I chose Prompt, the CTRL key works out-of-the-box

Why I chose Prompt over iSSH, despite iSSH being cheaper.

Prompt is another SSH client on the iPad. It is less capable in terms of bells and whistles, but it does have everything I need and none of the problems I have with iSSH. I don't use the iPad to VNC or to connect via Remote Desktop Connection anyway, just SSH

  1. the CTRL keys work out of the box, using a bluetooth keyboard. I could not get it to work on iSSH. Despite trying a lot of acrobatics on the settings -- Yes. I did try enable Options Mapping. No joy!

  2. Prompt appeared a bit faster too

If not for my frustration on the CTRL keys not working out of the box on iSSH, it would have been a better fit for my use, because;

I bought the two apps anyway. It seems though, I find my self using the Prompt more than I use iSSH

customizable counter
comments powered by Disqus