Skip to content

leet0rz/DefaultsExtended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published