diff --git a/dotfiles/alacritty.yml b/dotfiles/alacritty.yml index 6bcb6d1..a1beaa0 100644 --- a/dotfiles/alacritty.yml +++ b/dotfiles/alacritty.yml @@ -71,9 +71,14 @@ draw_bold_text_with_bright_colors: true background_opacity: {{@@ opacity @@}} key_bindings: - - { key: {{@@ key.up | upper @@}}, mode: Vi|~Search, action: Up } - - { key: {{@@ key.down | upper @@}}, mode: Vi|~Search, action: Down } - - { key: {{@@ key.left | upper @@}}, mode: Vi|~Search, action: Left } - - { key: {{@@ key.right | upper @@}}, mode: Vi|~Search, action: Right } - - { key: {{@@ key.insertMode | upper @@}}, mode: Vi|~Search, action: ScrollToBottom } - - { key: {{@@ key.insertMode | upper @@}}, mode: Vi|~Search, action: ToggleViMode } + - { key: {{@@ key.up | upper @@}}, mode: Vi|~Search, action: Up } + - { key: {{@@ key.down | upper @@}}, mode: Vi|~Search, action: Down } + - { key: {{@@ key.left | upper @@}}, mode: Vi|~Search, action: Left } + - { key: {{@@ key.right | upper @@}}, mode: Vi|~Search, action: Right } + - { key: {{@@ key.insertMode | upper @@}}, mode: Vi|~Search, action: ScrollToBottom } + - { key: {{@@ key.insertMode | upper @@}}, mode: Vi|~Search, action: ToggleViMode } + - { key: Up, mods: Control|Shift, mode: ~Alt, action: ScrollLineUp, } + - { key: Down, mods: Control|Shift, mode: ~Alt, action: ScrollLineDown } + - { key: PageUp, mods: Control|Shift, mode: ~Alt, action: ScrollPageUp, } + - { key: PageDown, mods: Control|Shift, mode: ~Alt, action: ScrollPageDown } +