dwim-coder-mode

Homepage: https://sadiqpk.org/projects/dwim-coder-mode.html

Author: Mohammed Sadiq

Updated:

Summary

DWIM keybindings for C, Python, Rust, and more

Commentary

This minor modes adds various dwim keyboard shortcuts to your Emacs.
Many keys like SPC, and punctuation keys are intercepted by this mode
to provide alternate actions as you type.

Say for example, if you type `g clear object..,self  person;;' in `c-ts-mode',
you shall get `g_clear_object (&self->person);'.

Dependencies