Skip to content

Commit a65cfb7

Browse files
committed
alacritty config
1 parent df71046 commit a65cfb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/alacritty/alacritty.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ window:
6161
# Values for `decorations` (macOS only):
6262
# - transparent: Title bar, transparent background and title bar buttons
6363
# - buttonless: Title bar, transparent background and no title bar buttons
64-
decorations: none
64+
decorations: full
6565

6666
# Startup Mode (changes require restart)
6767
#
@@ -690,6 +690,9 @@ key_bindings:
690690
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
691691
#- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
692692

693+
- { key: Left, mods: Alt, mode: ~Vi|~Search, chars: "\x1Bb" }
694+
- { key: Right, mods: Alt, mode: ~Vi|~Search, chars: "\x1Bf" }
695+
693696
# Vi Mode
694697
#- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom }
695698
#- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode }

0 commit comments

Comments
 (0)