Skip to content

rodfmarin/AHK-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AHK-Scripts

Where I keep my AHK Scripts

Files:

  • bash_bindings.ahk : Mimic bash like keybindings on Windows.
    • Ctrl+A moves to beginning of line (selects all instead if held)
    • Ctrl+E moves to end of line
    • Alt+B moves back one word
    • Alt+F moves forward one word
    • Ctrl+K kills the line
    • Ctrl+u kills the line backward
    • Ctrl+d deletes the char under the cursor
    • Ctrl+h backspaces the char under the cursor
    • Ctrl+f Moves the cursor forward (does a normal windows Ctrl+f if held)
    • Ctrl+b Moves the cursofr backward

About

Where I keep my AHK Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published