Skip to content

Instantly share code, notes, and snippets.

@Kimeiga
Last active July 3, 2018 15:32
Show Gist options
  • Save Kimeiga/5df203314562042dc40c034f5c6f5a66 to your computer and use it in GitHub Desktop.
Save Kimeiga/5df203314562042dc40c034f5c6f5a66 to your computer and use it in GitHub Desktop.
Micro Keybindings (Windows WSL through Cmder) (for Mac, I only use the bottom two bindings)
{
"AltLeft": "StartOfLine",
"AltRight": "EndOfLine",
"Alt-k": "SelectToStartOfLine",
"Alt-l": "SelectToEndOfLine",
"AltUp": "CursorStart",
"AltDown": "CursorEnd",
"Alt-CtrlH": "DeleteWordLeft",
"Alt-Backspace": "DeleteWordLeft",
"CtrlLeft": "WordLeft",
"CtrlRight": "WordRight",
"CtrlUp": "MoveLinesUp",
"CtrlDown": "MoveLinesDown",
"CtrlShiftLeft": "SelectWordLeft",
"ShiftHome": "SelectToStartOfLine",
"CtrlShiftRight": "SelectWordRight",
"ShiftEnd": "SelectToEndOfLine",
"CtrlShiftT": "AddTab",
"CtrlShiftW": "NextSplit",
"Alt-[": "ParagraphPrevious",
"Alt-]": "ParagraphNext"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment