<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs.git/modules/keybindings.el, branch v0.7.2</title>
<subtitle>my Emacs configuration
</subtitle>
<id>https://git.cjennings.net/dotemacs.git/atom?h=v0.7.2</id>
<link rel='self' href='https://git.cjennings.net/dotemacs.git/atom?h=v0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/'/>
<updated>2026-02-21T19:34:07+00:00</updated>
<entry>
<title>fix(keybindings): make C-z a prefix map instead of unsetting it</title>
<updated>2026-02-21T19:34:07+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-02-21T19:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=7fe268c8cfe1017fd24a02e3eae29632b1fdeb26'/>
<id>urn:sha1:7fe268c8cfe1017fd24a02e3eae29632b1fdeb26</id>
<content type='text'>
Unsetting C-z bound it to nil, which blocked font-config.el from
binding C-z F. This cascaded through init and prevented alert and
chime from loading.
</content>
</entry>
<entry>
<title>fix(terminal): add console/mosh compatibility</title>
<updated>2026-01-24T04:42:10+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T04:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=7854ad74addd9bcae905def8fe4f844fb5c08678'/>
<id>urn:sha1:7854ad74addd9bcae905def8fe4f844fb5c08678</id>
<content type='text'>
- Create terminal-compat.el for arrow key escape sequences
- Fix M-uppercase keybindings (M-O → M-S-o, etc.) that conflicted
  with terminal escape sequences ESC O A/B/C/D
- Add GUI-only guards for emojify and icon rendering
- 18 keybindings updated across 13 modules with override comments
</content>
</entry>
<entry>
<title>feat:which-key: Add descriptive labels for custom keymaps</title>
<updated>2025-10-27T23:45:23+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-27T23:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=87034eab17625165b884128d8058c1158fc2f50f'/>
<id>urn:sha1:87034eab17625165b884128d8058c1158fc2f50f</id>
<content type='text'>
Enhance which-key integration by providing detailed descriptions for
new key bindings across multiple modules. This improves the
usability of custom keymaps by clarifying the purpose of each
keybinding, making it easier for users to navigate and understand
different menus and options available within the configuration.

This update ensures that all custom keymaps now display a
descriptive label in the which-key popup to explain their
functionality, aiding users in identifying keymap purposes promptly.
</content>
</entry>
<entry>
<title>chore:keybindings: update comments and remove unused code</title>
<updated>2025-10-23T05:09:44+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-23T05:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=920014dc312b290daa21f4d86564dab22e28a5ae'/>
<id>urn:sha1:920014dc312b290daa21f4d86564dab22e28a5ae</id>
<content type='text'>
Update comments in keybindings.el for clarity by removing tilde
markers around key sequences. Remove unused code related to
which-key initialization to streamline the configuration.
</content>
</entry>
<entry>
<title>doc: keybindings: better keybindings text</title>
<updated>2025-10-18T16:34:57+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-18T16:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=df65c8fe2dadd7dabbfe2845cba179472cc6b97f'/>
<id>urn:sha1:df65c8fe2dadd7dabbfe2845cba179472cc6b97f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: keybindings: Improve keymap definitions and bindings</title>
<updated>2025-10-16T07:12:46+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-16T07:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=64f6d99296c22683c20643a8b7ced83fd28f7ad7'/>
<id>urn:sha1:64f6d99296c22683c20643a8b7ced83fd28f7ad7</id>
<content type='text'>
- Replace deprecated global-set-key with keymap-global-set.
- Enhance jump-to command implementation with error checking.
- Optimize which-key and free-keys configurations for better startup performance.
- Clean up legacy code and comments.
</content>
</entry>
<entry>
<title>refactor: keybindings: Consolidate custom keymap setup</title>
<updated>2025-10-12T17:21:18+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-12T17:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=5db41b5a2dc7107f2d3bd2c226e1dbc3a91719e8'/>
<id>urn:sha1:5db41b5a2dc7107f2d3bd2c226e1dbc3a91719e8</id>
<content type='text'>
Unbind Flyspell's 'C-;' keybinding.
Move the custom-keymap definition to keybindings.el bound  'C-;'
</content>
</entry>
<entry>
<title>changing repositories</title>
<updated>2025-10-12T16:47:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2025-10-12T16:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs.git/commit/?id=092304d9e0ccc37cc0ddaa9b136457e56a1cac20'/>
<id>urn:sha1:092304d9e0ccc37cc0ddaa9b136457e56a1cac20</id>
<content type='text'>
</content>
</entry>
</feed>
