Like, Control-A (select all) followed by delete?
Old folks might like to call it hk rather than clear-buffer-permanently, and assign it to the nostalgic key sequence like so:
(define-key esc-map "\^[hk" 'hk)
That's the pre-Gnu TECO EMACS command to clear the buffer (ESC ESC wHole Kill).