clink icon indicating copy to clipboard operation
clink copied to clipboard

Windows 10 clink_inputrc not loaded

Open freeo opened this issue 7 years ago • 3 comments

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

freeo avatar Jul 30 '16 12:07 freeo

I believe this is fixed in 0.4.8 (commit ba9f2334f0f16b88cca82e15f58cd4cf6ba0cbbb, issue #406).

mridgers avatar Aug 01 '16 07:08 mridgers

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.

freeo avatar Aug 01 '16 21:08 freeo

Isn't the file clink_inputrc supposed to be located in the user profile directory and not in the clink's profile directory?

ferenczy avatar Aug 14 '19 11:08 ferenczy