Where I keep my AHK Scripts
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