I am looking for a simple text editor that auto-saves and closes with a single hotkey combination.
I want to hook this editor to mercurial so whenever I do a commit the editor pops up, I can type my commit message, and then I can hit Ctrl+Enter (or something like that) to auto-save and close the editor to complete the commit.
Ideally, the editor would have word-wrap, the ability to use the mouse to select text, and copy/cut/paste functionality.
I know you can put your commit message into the command line, but I tend to write lengthy commits, so I would prefer to be in a text editor of some kind.
Edit: I'm looking for this in Windows