An open API service indexing awesome lists of open source software.

https://github.com/dimsav/iterm-keys


https://github.com/dimsav/iterm-keys

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# iterm-keys

First, go to Preferences -> Profiles -> Keys.

### Delete word

Send Hex Code: `0x1B 0x08`

### Delete line

Send Hex Code: `0x15`

### Navigate 1 word back

Send Escape Sequence: `b`

### Navigate 1 word in front

Send Escape Sequence: `f`

---

Sources

- http://felipecsl.com/blog/2012/06/05/protip-delete-words-on-iterm2-mac-osx/
- http://stackoverflow.com/questions/15733312/iterm2-delete-line