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 |