Skip to content

Instantly share code, notes, and snippets.

@sandinist
Created January 23, 2012 01:38
Show Gist options
  • Select an option

  • Save sandinist/1659881 to your computer and use it in GitHub Desktop.

Select an option

Save sandinist/1659881 to your computer and use it in GitHub Desktop.

Revisions

  1. sandinist revised this gist Jan 23, 2012. 1 changed file with 3 additions and 16 deletions.
    19 changes: 3 additions & 16 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,25 +1,12 @@
    -If you're using a Mac terminal, take a look at [this article](http://www.21croissants.com/howto/fix-forward-delete-key-on-snow-leopard-for-irb).
    176
    +#### iTerm2
    177
    +
    178
    +
    +* Go to iTerm > Preferences... > Keys
    179
    +* Add a Global Shortcut Key
    180
    +* Type the `delete` key as Shortcut
    181
    +* Select Send Hex Codes as Action and type 0x004
    182
    +* Click on `OK` and you're good to go
    183
    +
    184
    +#### iTerm
    185
    +
    186
    +#### iTerm
    +
    +Take a look at [this article](http://www.21croissants.com/howto/fix-forward-delete-key-on-snow-leopard-for-irb) (works for Lion too, but you should use [iTerm2](http://www.iterm2.com/)).
    177 187

  2. sandinist created this gist Jan 23, 2012.
    25 changes: 25 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    -If you're using a Mac terminal, take a look at [this article](http://www.21croissants.com/howto/fix-forward-delete-key-on-snow-leopard-for-irb).
    176
    +#### iTerm2
    177
    +
    178
    +* Go to iTerm > Preferences... > Keys
    179
    +* Add a Global Shortcut Key
    180
    +* Type the `delete` key as Shortcut
    181
    +* Select Send Hex Codes as Action and type 0x004
    182
    +* Click on `OK` and you're good to go
    183
    +
    184
    +#### iTerm
    185
    +
    186
    +Take a look at [this article](http://www.21croissants.com/howto/fix-forward-delete-key-on-snow-leopard-for-irb) (works for Lion too, but you should use [iTerm2](http://www.iterm2.com/)).
    177 187