6 Comments

  1. Update: gnome-terminal (3.8.4) in Gnome 3 does not work with the `callvim` script. Updated to use `xterm`.

  2. Hi Zhiqiang

    Thank you for posting this.
    It’s rather old, but I just tried it with urxvt and it works flawlessly.

    Have a good day.
    cee

  3. yeah, urxvt (the rxvt family), rxvt-unicode-256color are great, unicode terminals that can even be perl scripted.

    anyway, the command for urxvt is, or can be, :

    urxvt -g 80×26 -title “vim icedove email” -e vim -f

    Don’t append a $* or anything, and the title is optional. The title just means that your window manager can identify the window if you wish it to be positioned or in anyway managed by your ‘window’ ‘manager’.

Leave a Reply

Your email address will not be published. Required fields are marked *