HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dingleberry

no profile record

comments

dingleberry
·4 mesi fa·discuss
probably not worse ergonomic because i type '(' with left pinky and right ring finger and ')' with left pinky and right pinky whereas {} [] etc, i have to use the very same overworked right pinky to distinguish two keys next to each other.

i always have problems with keys that have no obvious dedicated finger position like the middle vertical columns especially 6 and b and of course keys reachable on the right pinky, especially \ and =
dingleberry
·4 mesi fa·discuss
i use slimv instead

i think the powerful feature is not (only) merely sending code to repl

but the suggestion for function's parameter as the function is updated to repl

for example: (defun xyz (a &option b &rest c &key d) ) ;then send this with ,d (vim+slimv) to swank server

the next time i type (xyz ... vim status bar conveniently states: (xyz a &optional b &rest c &key d)

both happen whether i start typing (xyz in repl or in vim; that's it, the function parameters show up as suggestions in repl and in editor