summaryrefslogtreecommitdiff
path: root/modules/chrono-tools.el
AgeCommit message (Collapse)Author
26 hoursfix(chrono-tools): fix trailing paren in time-zones bindingCraig Jennings
40 hoursfix(terminal): add console/mosh compatibilityCraig Jennings
- 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
2025-11-24refactor(keybindings): reorganize time-zones and kill-buffer-and-window bindingsCraig Jennings
Move time-zones from C-x c to M-C for easier access. Move cj/kill-buffer-and-window from M-C to C-; b k to group with other buffer operations. Updated documentation and which-key labels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11chrono-tools: integrate and test time-zones packageCraig Jennings
Replaced the world-clock configuration with the new time-zones package to provide an interactive world clock with fuzzy search and time shifting features. The previous world-clock code is commented out for potential fallback testing.
2025-10-15feat: calendar: fix calendar navigation keys to be more intuitiveCraig Jennings
arrow keys move by day C-arrow move by month M-arrow move by year
2025-10-12changing repositoriesCraig Jennings