From 855215f7a33c657a0995b7cf17e544b90d50d138 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 6 Jul 2021 13:27:33 +0200 Subject: [PATCH] Updated Useful command for troubleshooting (markdown) --- Useful-command-for-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Useful-command-for-troubleshooting.md b/Useful-command-for-troubleshooting.md index 0c6d082..094c6a4 100644 --- a/Useful-command-for-troubleshooting.md +++ b/Useful-command-for-troubleshooting.md @@ -24,6 +24,6 @@ Make sure you’re in normal mode not insert mode. | :nmap | List normal mode keybindings | | :vmap | List visual mode keybindings | | :imap | List insert mode keybindings | -| :verbose imap <keybinding> | Print out what a particular keybinding is mapped to | +| :verbose map <keybinding> | Print out what a particular keybinding is mapped to | | :messages | Print error messages. Useful when messages get cut off | | :scriptnames | List all sourced files |