1
0
Fork 0

gBoards Common (#8921)

Co-Authored-By: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Jeremy Bernhardt 2020-05-04 10:49:47 -06:00 committed by GitHub
parent 6f30b402a2
commit 15e84f79f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 11774 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// 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)