1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Updated Troubleshooting (markdown)

Marc Cornellà
2022-02-19 11:09:07 +01:00
parent 490b9e9d2b
commit fb1bddbdde

@@ -12,7 +12,7 @@ Two main things could go wrong:
1. The key sequence (`^L` in the example) does not match the key sequence being sent to the terminal: 1. The key sequence (`^L` in the example) does not match the key sequence being sent to the terminal:
You can see the exact sequence a keyboard shortcut sents by pressing `CTRL`+`V` and then the keyboard shortcut. You can see the exact sequence a keyboard shortcut sends by pressing `CTRL`+`V` and then the keyboard shortcut.
For example: `CTRL`+`V`, `CTRL`+`L` will output `^L` (`^` represents the Control key). For example: `CTRL`+`V`, `CTRL`+`L` will output `^L` (`^` represents the Control key).
2. The command executed (`clear-screen` in the example) has an error. In that case, post both the key binding and 2. The command executed (`clear-screen` in the example) has an error. In that case, post both the key binding and