Skip to content

Commit

Permalink
Update iterm-key-bindings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza authored Jul 22, 2017
1 parent bc882f6 commit 3102674
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions devtools/iterm-key-bindings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# iTerm additional (Mac-default) key bindings

As you may know, we have some keys bindings missing in iTerm, like jumping cursor through word or removing whole line, etc. I listed some useful bindings to make it working in our iTerm setup. To start, open your iTerm, go to `Preferences > Keys` and then click to `+` button to add new key bindings.

#### Clear whole line

- Keys: ``+`⟵(Delete)`
- Action: `Send Hex Code`
- `0x15`

#### Jump cursor to line start

- Keys: ``+``
- Action: `Send Hex Code`
- `0x01`

#### Jump cursor to line end

- Keys: ``+``
- Action: `Send Hex Code`
- `0x05`

#### Delete whole word

Expand All @@ -25,21 +43,3 @@ As you may know, we have some keys bindings missing in iTerm, like jumping curso
- Keys: ``+``
- Action: `Send Escape Sequence`
- Esc + `f`

#### Clear whole line

- Keys: ``+`⟵(Delete)`
- Action: `Send Hex Code`
- `0x15`

#### Jump cursor to line start

- Keys: ``+``
- Action: `Send Hex Code`
- `0x01`

#### Jump cursor to line end

- Keys: ``+``
- Action: `Send Hex Code`
- `0x05`

0 comments on commit 3102674

Please sign in to comment.