Skip to content

Instantly share code, notes, and snippets.

@germ
Last active February 11, 2020 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save germ/49787a86b5693f79b21ef1e3549595c1 to your computer and use it in GitHub Desktop.
Save germ/49787a86b5693f79b21ef1e3549595c1 to your computer and use it in GitHub Desktop.
Code examples for combos.gboards.ca
// Vim-Mode combos
COMB(weEsc, KC_ESC, KC_W, KC_E)
COMB(sdBspc, KC_BSPC, KC_S, KC_D)
COMB(dfTab, KC_TAB, KC_D, KC_F)
COMB(cvEnt, KC_ENT, KC_C, KC_V)
COMB(uiEsc, KC_ESC, KC_U, KC_I)
COMB(jkCol, KC_COLN, KC_J, KC_K)
COMB(hnEnt, KC_ENT, KC_H, KC_N)
SUBS(pasta, "I'd just like to interject for a moment.", KC_H, KC_J, KC_K, KC_L)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment