Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.11 KB

DefaultsExtended

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.

Requirements:

Autohotkey from https://www.autohotkey.com/

Examples:

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

Extended adds:

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

OTHER:

Added calculator and terminal bindings that can be uncommented.

TODO: