summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-08-12 07:37:54 +0000
committerGitHub <noreply@github.com>2020-08-12 10:37:54 +0300
commit424791842ff1a353b4b8f02daf1acb93d4ebceef (patch)
tree8172651ee5e5b4a70833a5ed75814898c015ecaf /alacritty.yml
parentef7cb258b2c972c24de78e0d77940db13ecd8ce3 (diff)
downloadalacritty-424791842ff1a353b4b8f02daf1acb93d4ebceef.tar.gz
alacritty-424791842ff1a353b4b8f02daf1acb93d4ebceef.zip
Add `Vi` to available binding modes
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index e1665e66..e68449cb 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -610,6 +610,7 @@
# - AppCursor
# - AppKeypad
# - Alt
+# - Vi
#
# A `~` operator can be used before a mode to apply the binding whenever
# the mode is *not* active, e.g. `~Alt`.