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 `:`.|