Reverse-i-search (Ctrl + R) is very slow
Document the issue that reverse-i-search CtrlR is very slow.
Solution
- Run wsl distribution and add the following to /etc/wsl.conf.
[interop] appendWindowsPath = false
- Open Windows terminal and run wsl -l to get the name of the distribution used.
- Run wslconfig /t distribution name to make the configuration take effect (This may take a little time).