-
-
Save seachai/948ed1eeafa32ce03db6685edb879f71 to your computer and use it in GitHub Desktop.
On iTerm2 - Open Preferences > Profiles > Keys > Key Mappings > Presets > Select Natural Text Editing | |
- You can move a word backwards using Option ⌥ + ← and a word forwards using Option ⌥ + → | |
- Move to the start of the line using fn + ← and to the end of the line with fn + →. | |
- Also you can delete a word backwards using Option ⌥ + ⌫, delete the whole line using Command ⌘ + ⌫. | |
If the preset doesn't appear, reinstall iTerm2. If you installed it using Homebrew + Cask: | |
brew cask reinstall iterm2 |
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad
0x1b 0x7f <--- right
love you guys so much! These discussion are just so helpful, life saver!
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad 0x1b 0x7f <--- right
This worked for me. Thanks!
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad 0x1b 0x7f <--- right
omg! Thank you so much!!!! 💚
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad 0x1b 0x7f <--- right
Thanks a lot !!!
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad 0x1b 0x7f <--- right
Thank you!
According to this PR https://github.com/gnachman/iTerm2/pull/510/files
Its just matter of removing quotes from "Send Hex Codes"
"0x1b 0x7f" <--- bad 0x1b 0x7f <--- right
You are a life saver, sir! Thank you!
thank you!
Thank you so much
Worked for me as well, thanks for the tip! Hoping this gets fixed soon, I spent way too much time trying to figure out why I couldn't delete entire words with "option-del"