-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Massive organisational improvement by tangling ALL_MULTIPLE_KEYBOARD_ASSIGNMENTS.ahk #141
Comments
org-mode also has built-in tables, so I only spent 6 minutes transforming https://github.com/TaranVH/2nd-keyboard/blob/b6b067b9734d39ecb9e6b0f321e73ba92056be79/ALL_MULTIPLE_KEYBOARD_ASSIGNMENTS.ahk#L118L166 into this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Tangling?"
Right now, ALL_MULTIPLE_KEYBOARD_ASSIGNMENTS.ahk is 3216 lines long, and, AFAIK, opened in Notepad++
I don't know whether it folds in a pretty way in Notepad++, but I suspect not. See #140
Folding is transforming this:
into this:
Then you can move the 1st underneath the 2nd:
And expand the 1st again:
So instead of a newcomer seeing this monstrosity when first opening the file:
They see something like
We know it's messy right now. And that it works right now
But we also know that you'd prefer for it to be less messy. Just like your LEGOs. And the structure will never be perfect. But I'm pretty sure, we can improve it significantly
The first 5min of Jack of Some's "Org mode and Spacemacs: The Absolute Minimum you need to know" - https://www.youtube.com/watch?v=S4f-GUxu3CY - Show the folding visually
"Tangling" is exporting just the code-parts, leaving headlines, subheadings, sub-sub-headings etc. out of the file. So you edit in a .org-file, and then you tangle (export) it to a .ahk-file
I've used idk's "How to install Emacs and Spacemacs on Windows" - https://www.youtube.com/watch?v=H3TzeUslFmo (4min) several times
(And yes: Spacemacs can easily use vim-keys)
3 suggestions from me in 1 day. I know. But the vimtutor-one and picking a style guide don't take that long, and I'm happy to lend a hand with this one. =)
The text was updated successfully, but these errors were encountered: