From 3785f6b806c21441637b16abff48aa5dbc410e98 Mon Sep 17 00:00:00 2001
From: pit-ray <42631247+pit-ray@users.noreply.github.com>
Date: Mon, 8 Jan 2024 05:57:24 +0900
Subject: [PATCH] Update index.md
---
docs/usage/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/usage/index.md b/docs/usage/index.md
index 4bf923bb..c487b3e5 100644
--- a/docs/usage/index.md
+++ b/docs/usage/index.md
@@ -71,8 +71,8 @@ The following table shows a comparison between modes.
|**GUI Visual**|✓|Select GUI objects such as icons by holding down the left mouse button. The default binding is `v` in GUI Normal mode.|
|**Edi Normal**|✓|Emulate Vim in input forms of web pages, Microsoft Office Word, etc. The default bindings are `` or ``.|
|**Edi Visual**|✓|Select text as in Vim. The default binding is `v` in Edi Normal mode.|
-|**Insert**|✗|Input texts as normal Windows without absorbing key messages. The default binding is `i`.|
-|**Resident**|✗|Resident mode is an evacuation mode to prevent bindings from collisions with shortcut keys while gaming on Steam or using Vim. The default binding is ``.|
+|**Insert**|✘|Input texts as normal Windows without absorbing key messages. The default binding is `i`.|
+|**Resident**|✘|Resident mode is an evacuation mode to prevent bindings from collisions with shortcut keys while gaming on Steam or using Vim. The default binding is ``.|
|**Command**|✓|Execute commands visually using a Vim-like virtual command line that is overlaid on the screen. The default binding is `:`.|