mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
11 lines
304 B
Text
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:";
|
|
}
|