dotfiles/platforms/mac/DefaultKeyBinding.dict
2024-12-05 20:06:17 +00:00

11 lines
304 B
Text

// ~/Library/Keybindings/DefaultKeyBinding.dict
{
// Colemak Vim Style Arrows
"^h" = "moveBackward:";
"^n" = "moveDown:";
"^e" = "moveUp:";
"^i" = "moveForward:";
// Colemak Vim Style Home/End, Insert & Append
"^l" = "moveToBeginningOfLine:";
"^a" = "moveToEndOfLine:";
}