Skip to content
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

Configuration Improvement #146

Merged
merged 12 commits into from
Sep 19, 2024
Merged

Configuration Improvement #146

merged 12 commits into from
Sep 19, 2024

Conversation

curlpipe
Copy link
Owner

@curlpipe curlpipe commented Sep 19, 2024

This is an update I've wanted to do for a while - just an improvement to the configuration system which currently has a few limitations

  • Tweaks to make configuration files a little cleaner and clearer
    • Add back the key bindings to change tabs
    • The status line should clear itself automatically if defined in two separate config files
      (built-in vs user-defined)
  • Different plug-ins should be able to share the same key binding
    (at the moment, they overwrite each other)
  • Expanded configuration areas
    • Modify the tab width, undo committing period and cursor wrapping behaviour
    • Control the amount of padding surrounding line numbers
    • Tab line can be optionally removed or formatted differently
  • Better error & warning system
    • Warning when no default configuration file detected
    • Warning when trying to import a plug in that doesn't exist
  • Better documentation and support
    • Update readme key bindings
    • Update documentation with key bindings
    • Document new editor API function calls

@curlpipe curlpipe merged commit d1e0c76 into master Sep 19, 2024
3 checks passed
@curlpipe curlpipe deleted the config-improvement branch September 19, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant