Ryan Moore
Ryan Moore
Yep, this still occurs with `.sh` extensions - this is how I first notice the issue because I couldn't use any shell script plugins. changing the extension to `.bash` was...
Just worked out that this is because `/bin/bash` refers to the old 3.x bash on my machine. If I try and run any bash script with a `#!/bin/bash` shebang it...
Perfect, now I guess the only issue is people trying to run already existing plugins like I tried to, I guess you don't want to go around changing other people's...
That's definitely a potential solution.. Here's the issue as I see it: the file loader needs to know what interpreter to use to run the script. This is essentially just...
It would be nice to also support the from:to syntax specified in `help langmap`: > ``` > 2. A list of "from" characters, a semi-colon and a list of "to"...
Hmm, my colemak from:to langmap doesn't seem to work here, but works fine in vim: `"vim.langmap": "qwfpgjluy\\;arstdhneiozxcvbkmQWFPGJLUY:ARSTDHNEIOZXCVBKM;qwertyuiopasdfghjkl\\;zxcvbnmQWERTYUIOPASDFGHJKL:ZXCVBNM",` If I convert it to the other format however, it works fine: ```"vim.langmap":...
All works beautifully for me now 👍
That looks good, but I would prefer to have a right-click action additionally.
Here's a quick and dirty implementation I hacked up in Python that interfaces with `omap`/`xmap` files which can be used for now: ```py import xml.etree.ElementTree as ET from sys import...
Thanks for your work on this fork while it lasted @ollyhayes, was integral for those of us weird enough to use colemak!