Thanks for this package. I've only been using it for a day and my fingers thank you already!
EDIT simplified question: What's the most efficient way to handle inserting a comma and then invoking newline-and-indent ("C-j") with devil-mode? Typing , , , j works but is a lot to type.
I'm thing of scenarios where one is creating a list with one item per line, indented, with comma at the end of each item:
const myList = [
"one",
"two",
"three",
// ...
Thanks for this package. I've only been using it for a day and my fingers thank you already!
EDIT simplified question: What's the most efficient way to handle inserting a comma and then invoking
newline-and-indent("C-j") withdevil-mode? Typing, , , jworks but is a lot to type.I'm thing of scenarios where one is creating a list with one item per line, indented, with comma at the end of each item: