Update alacritty.yml

This commit is contained in:
Vlad Doster 2020-04-06 18:22:24 -05:00 committed by GitHub
parent f0098c9f73
commit da0ee8350e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,3 +97,5 @@ key_bindings:
- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt }
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
- { key: Up, mods: Alt, chars: "\x1b[C", mode: ~AppCursor|~Vi}
- { key: Down, mods: Alt, chars: "\x1b[C", mode: ~AppCursor|~Vi}