Results 36 comments of Masafumi Oyamada

I don't have a Mac. So, I just guess. Inserting a below setting into your `.keysnail.js` file will make KeySnail to regard alt key as meta key. ``` javascript key.isMetaKey...

Thanks for the informative request. That's what I've been planning for a long time! (and your RASH seems hot!) > Pass finder instance or add a way to pass arguments...

Oh, I didn't noticed this issue since I've never input long queries in percol ;). As you pointed out, (2) "breaking the line" is better, since it displays whole query....

`ctrl+c` is a standard way. It ends your percol session without any selection. What kind of errors did you get?

Sorry for the inconvenience. In most cases, what you have to do is remove dropped syntax (let expression/statements) from your .keysnaiil.js (@pjstadig 's case is mysterious). I've wrote a simple...

Actually, percol supports bash, since its core feature doesn't relate to the shell itself. OK, I guess that you mean features that are achieved by integrating percol and shell's inline-editor...

What do you mean by `f2`? Could you describe what the problem is and a procedure to reproduce the problem?

OK, at least I need a procedure to reproduce the problem. Could you describe your problematic situation by showing "expected behavior" and "actual behavior"?

Thanks. I'll investigate it.

> This change is correct? It should be correct, but in current KeySnail, it doesn't work. Try following settings for now. ``` javascript key.setCaretKey('g', function (ev) { ev.target.ksMarked ? goDoCommand("cmd_selectTop")...