clink
clink copied to clipboard
Windows 10 clink_inputrc not loaded
My powershell $profile entry
& 'D:\Progs\clink\0.4.8\clink_x64.exe' inject powershell.exe --autorun --profile ~\clink
Location:
C:\Users\<username>\AppData\Local\clink
Works on Windows 7
Doesn't work on Windows 10
Am I doing something wrong?
This is the content of my clink_inputrc:
set editing-mode vi
set keymap vi-move
"dd": kill-whole-line
"yy": copy-line-to-clipboard
set keymap vi-insert
"jk": vi-movement-mode
I believe this is fixed in 0.4.8 (commit ba9f2334f0f16b88cca82e15f58cd4cf6ba0cbbb, issue #406).
Forgot to mention, I was using 0.4.8 downloaded 2016.07.30 from https://mridgers.github.io/clink/ on both Win 7 and Win 10.
I think this is a different issue then.
Isn't the file clink_inputrc
supposed to be located in the user profile directory and not in the clink's profile directory?