This PR improves keyboard navigation in the DuckDB shell by fixing escape sequence handling and reorganizing keyboard shortcuts to align with standard terminal and psql behavior. Problem Currently, ...