DefaultsExtended was created to extend the default editing keys. Globally so it can be used not just in one editor but anywhere on the system, a few programs will have collisions or weird default bindings but these bindings should work almost everywhere.
Autohotkey from https://www.autohotkey.com/
ctrl + right: Jump words to the right
ctrl + left: Jump words to the left
ctrl + shift + right: Select whole words
ctrl + shift + left: Select whole words
ctrl + alt + left: Move to start of line
ctrl + alt + right: Move to end of line
ctrl + alt + up: Move to start of file
ctrl + alt + down: Move to end of file
ctrl + shift + l: select line
ctrl + alt + shift + left: select from current location to start of line
ctrl + alt + shift + right: select from current location to end of line
ctrl + alt + shift + up: select from current location to start of file
ctrl + alt + shift + down: select from current location to end of file
ctrl + shift + d: delete current line
Added calculator and terminal bindings that can be uncommented.