diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 07:33:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 07:33:03 +0800 |
commit | 2bb13c51d9f9edaf0fc068b6746344358877c6d8 (patch) | |
tree | 2d444966e403e05216d0f6e3a7d05e5b6bfe7ae4 /X11/alacritty | |
parent | 8ae7b7cdd623edd09402da19cacebb23b1538d59 (diff) |
Improve alacritty binding in Vi mode
Diffstat (limited to 'X11/alacritty')
-rw-r--r-- | X11/alacritty/alacritty.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml index f61c41b..899453b 100644 --- a/X11/alacritty/alacritty.yml +++ b/X11/alacritty/alacritty.yml | |||
@@ -46,3 +46,7 @@ cursor: | |||
46 | 46 | ||
47 | ## Live config reload | 47 | ## Live config reload |
48 | live_config_reload: true | 48 | live_config_reload: true |
49 | |||
50 | key_bindings: | ||
51 | - { key: W, mods: None, action: SemanticRight, mode: Vi } | ||
52 | - { key: B, mods: None, action: SemanticLeft, mode: Vi } | ||