Last active
May 4, 2026 13:58
-
-
Save gregilo/a90433876570bc8f50fcd18b14b73b27 to your computer and use it in GitHub Desktop.
Revisions
-
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ These keybindings make working with iTerm2 on a Mac much easier! Credit to https://stackoverflow.com/a/22312856 ([@sqren](https://github.com/sqren)) ### Move cursor one word left -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ These keybindings make working with iTerm2 on a Mac much easier! Credit to https://stackoverflow.com/a/22312856 (@sqren) ### Move cursor one word left Keyboard Combination: `⌥` + `←` -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,32 +18,32 @@ Code: `0x01` ### Move cursor to end of line Keyboard Combination: `⌘` + `→` Action: Send Hex Code Code: `0x05` ### Delete word Keyboard Combination: `⌥` + `←Delete` Action: Send Hex Code Code: `0x1b 0x08` ### Delete line Keyboard Combination: `⌘` + `←Delete` Action: Send Hex Code Code: `0x15` ### Undo Keyboard Combination: `⌘` + `z` Action: Send Hex Code Code: `0x1f` --- ### Don't forget to remove the previous bindings: Open the “Profiles” tab Click the sub-tab ”Keys” Remove the mappings for key combinations `⌥` + `←` and `⌥` + `→` -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,20 @@ ### Move cursor one word left Keyboard Combination: `⌥` + `←` Action: Send Hex Code Code: `0x1b 0x62` ### Move cursor one word right Keyboard Combination: `⌥` + `→` Action: Send Hex Code Code: `0x1b 0x66` ### Move cursor to beginning of line Keyboard Combination: `⌘` + `←` Action: Send Hex Code Code: `0x01` ### Move cursor to end of line -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ### Move cursor one word left Keyboard Combination: `⌥` + `←` Action: Send Hex Code Code: `0x1b 0x62` . ### Move cursor one word right -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ ### Move cursor one word left Keyboard Combination: `⌥` + `←` . Action: Send Hex Code . Code: `0x1b 0x62` . ### Move cursor one word right -
gregilo revised this gist
Apr 1, 2019 . 1 changed file with 17 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,47 +1,49 @@ ### Move cursor one word left Keyboard Combination: `⌥` + `←` Action: Send Hex Code Code: `0x1b 0x62` ### Move cursor one word right Keyboard Combination: `⌥` + `→` Action: Send Hex Code Code: `0x1b 0x66` ### Move cursor to beginning of line Keyboard Combination: `⌘` + `←` Action: Send Hex Code Code: `0x01` ### Move cursor to end of line Keyboard Combination: `⌘` + `→` Action: Send Hex Code Code: `0x05` ### Delete word Keyboard Combination: `⌥` + `←Delete` Action: Send Hex Code Code: `0x1b 0x08` ### Delete line Keyboard Combination: `⌘` + `←Delete` Action: Send Hex Code Code: `0x15` ### Undo Keyboard Combination: `⌘` + `z` Action: Send Hex Code Code: `0x1f` --- ### Don't forget to remove the previous bindings: Open the “Profiles” tab Click the sub-tab ”Keys” Remove the mappings for key combinations `⌥` + `←` and `⌥` + `→` -
gregilo created this gist
Apr 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,47 @@ ### Move cursor one word left Keyboard Combination: ⌥ + ← Action: Send Hex Code Code: 0x1b 0x62 ### Move cursor one word right Keyboard Combination: ⌥ + → Action: Send Hex Code Code: 0x1b 0x66 ### Move cursor to beginning of line Keyboard Combination: ⌘ + ← Action: Send Hex Code Code: 0x01 ### Move cursor to end of line Keyboard Combination: ⌘ + → Action: Send Hex Code Code: 0x05 ### Delete word Keyboard Combination: ⌥ + ←Delete Action: Send Hex Code Code: 0x1b 0x08 ### Delete line Keyboard Combination: ⌘ + ←Delete Action: Send Hex Code Code: 0x15 ### Undo Keyboard Combination: ⌘ + z Action: Send Hex Code Code: 0x1f --- ### Don't forget to remove the previous bindings: Open the “Profiles” tab Click the sub-tab ”Keys” Remove the mappings for key combinations ⌥ + ← and ⌥ + →