CmdForge/src/smarttools
rob 67a83e5379 fix: Change undo/redo keys to Ctrl+U/Ctrl+R
Ctrl+Z is the Unix suspend signal (SIGTSTP) which suspends the process
before urwid can intercept it. Changed to:
- Ctrl+U for undo
- Ctrl+R for redo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 02:48:51 -04:00
..
__init__.py Implement core SmartTools functionality 2025-11-28 04:45:39 -04:00
cli.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
providers.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
runner.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
tool.py Cleanup: remove dead code and improve documentation 2025-12-05 01:01:01 -04:00
ui.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
ui_snack.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
ui_urwid.py fix: Change undo/redo keys to Ctrl+U/Ctrl+R 2025-12-05 02:48:51 -04:00