Skip to content

Commit

Permalink
Setup alt-b and alt-f for alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
bittersweet committed Oct 31, 2017
1 parent a58ddc2 commit 01e67f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ key_bindings:
- { key: Back, mods: Alt, chars: "\x1b\x7f" }
- { key: Insert, chars: "\x1b[2~" }
- { key: Delete, chars: "\x1b[3~" }
- { key: B, mods: Alt, chars: "\x1bb" }
- { key: F, mods: Alt, chars: "\x1bf" }

# Mouse bindings
#
Expand Down

0 comments on commit 01e67f2

Please sign in to comment.