Skip to content

Instantly share code, notes, and snippets.

@hroncok
Last active July 1, 2020 17:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hroncok/f7bc01080e3b72320b858c437af92151 to your computer and use it in GitHub Desktop.
Save hroncok/f7bc01080e3b72320b858c437af92151 to your computer and use it in GitHub Desktop.
My micro key bindings to simulate what I'm used to in bash, ipython and geany
{
"CtrlLeft": "WordLeft",
"CtrlRight": "WordRight",
"CtrlShiftLeft": "SelectWordLeft",
"CtrlShiftRight": "SelectWordRight",
"CtrlUp": "MoveLinesUp",
"CtrlDown": "MoveLinesDown",
"CtrlShiftHome": "SelectToStart",
"CtrlShiftEnd": "SelectToEnd",
"CtrlW": "DeleteWordLeft",
"AltD": "DeleteWordRight",
"CtrlK": "SelectToEndOfLine,Delete",
"CtrlU": "SelectToStartOfLine,Delete",
"CtrlBackspace": "DeleteWordLeft",
"Alt-s": "Save,Quit",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment