diff --git a/docs/faq/index.md b/docs/faq/index.md index 4ed211f0..eb22a05c 100644 --- a/docs/faq/index.md +++ b/docs/faq/index.md @@ -13,4 +13,11 @@ Typical FAQs are listed here, but if you don't see it here, please search [GitHu win-vind means vim key binder for windows.
+## I often forget the current mode. Is there a workaround? +Please extend the display time of the virtual command line as follows. + +```vim +set cmd_fadeout = 3600 " one hour visible +``` +