back
user profile
JNRowe
7,426karma·1,207submissions·February 3, 2014
about
username at gmail.com ; Feel free to get in touch.
[ my public key: https://keybase.io/jnrowe; my proof: https://keybase.io/jnrowe/sigs/orH3nyNqAK4vkIpcxn2HRihHPV2HX80SyDwM9cR5xnw ]
recent activity (1,207 total)
comment
When vim plugins change the effect of K, all they're likely doing is setting keywordprg¹. You can do the same yourself, fex to display info on the commit under cursor you'd use "setl k…
comment
Related: There is an in-development Wayland compositor for the Window Maker look and feel called wlmaker¹. It is already quite usable, but is very barebones right now. ¹ https://github.c…
comment
Stolen, thanks! I just played around with something like that in vim¹, and it works great. I have a tooling issue with your method, perhaps in the same manner as you feel about C-i. To me "ital…
comment
If you're a zsh user there is a fun^wquirky way to achieve similar functionality using the MULTI_FUNC_DEF¹ option. zsh allows you to define multiple functions at the same time, so you can parame…
comment
[ In the spirit of elucidation, and not general meanness… ] Like jojo14 points out Python has the shlex module, and it is definitely useful in these situations even if just for quote(). And, os.syste…