Press Windows key, search for 'Optional features'. Search for and install 'OpenSSH Server'
OpenSSH Server configuration for Windows Server and Windows
Key-based authentication in OpenSSH for Windows
https://irian.to/blogs/how-to-search-and-replace-string-across-multiple-files-in-vim
While recording a macro, perform substitution on one file, and repeat the macros across all args.
Assuming the same folder structure and args, here is how it is done:
qq // start macro in q register
%s/stringToBeReplaced/replacementString/ge // the e flag tells vim to not throw an error if there is no match
:wnext //important. This is similar to `:next`, but it also writes the current file
q // stop macro
999@q //repeat this macros either 999 times or to remaining files.
That's it!
Open 'Device Manager'.
Click 'View', and select 'Show hidden devices'. TouchPad will appear, under
'Mice and other pointing devices.
Right-click it. Select 'Uninstall device'.
Restart computer. Touchpad will be back working.
If after you select 'Show hidden devices', the TouchPad does still not
appear, then Google-search 'Lenovo warranty check Canada'. Click 'Detect my
device'. Click 'Drivers & Software'. Under 'Manua update', click 'Select
Drivers'. Click 'Mouse, Touchpad, Keyboard and Pen(2)'.
Download 'Lenovo Fn and Function Keys for Windows 11 (64-bit) - IdeaPad Slim 5
14, IdeaPad Slim 5 16'.
Install it. Restart computer. Your touchpad will be working now.