In case anyone wasn’t able to git the attachment, here is the
DefaultKeyBinding.dict.
{
"^y" = "yankAndSelect:"; //control-y
"^\@" = "setMark:"; //control-@
"^w" = "deleteToMark:"; //control-w
"^x" = { //control-x control-x
"^x" = "selectToMark:";
};
"^ " = "setMark:"; //control-space
"~f" = "mov
For anyone who may be interested and familiar with emacs, I’ve found out how to enable much of readline and emacs functionality in edit fields through out the system including pages. This includes features like the kill ring and regions. Of course control-k and control-y are already there, but th