Ecosyste.ms: Awesome
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: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimsav/iterm-keys
- Owner: dimsav
- License: mit
- Created: 2015-05-05T10:43:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T10:49:16.000Z (over 9 years ago)
- Last Synced: 2023-04-05T13:09:29.002Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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