« Day 27 Day -14 »

Found in a comment on version tracker that will (finally) let you set your delete key on your mac to send backspace (important to me because routers don’t do terminal types as well as they should) and reposting it here to share:


End your delete-should-backspace woes when using Vim remotely with iTerm by adding one simple keyboard mapping. Go to iTerm preferences, Profiles, Keyboard, choose Profile=Global, add this mapping…

Key: delete
Action: send hex code
Hex code: 0×08

Tell your bookmarks to use the Global keyboard setting.

RSS Trackback URL notarus | 9/19/2006 (9:01 am)

General

5 Comments

Write a Comment»
  1. 1

    Thank you! It was really annoying until I found your fix.

  2. Jakob Persson

    Jakob Persson

    2/26/2008 | 3:16 pm

    2

    Oops…make that 0×7F :)

  3. Jakob Persson

    Jakob Persson

    2/26/2008 | 3:16 pm

    3

    Apparently it’s 0×07 in the current version of iTerm, that fixed the problem I was having with pico/nano.

  4. 4

    Just so you know, in iTerm v. 0.9.5, the profile section has been moved Bookmarks/Manage Profiles. Thanks for the pointer for what to put in the mapping though… :)

  5. 5

    Thank you for making that note. Worked great!

Write a Comment