qmk_firmware/keyboards/ergodox_ez/keymaps/vim
Ryan 74223c34a9
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
..
config.h Vim Layout for Ergodox-EZ (mac only) (#2112) 2017-12-11 21:06:05 -05:00
keymap.c Make default layer size 16-bit (#15286) 2022-06-19 07:37:51 +10:00
readme.md Vim Layout for Ergodox-EZ (mac only) (#2112) 2017-12-11 21:06:05 -05:00
rules.mk Vim Layout for Ergodox-EZ (mac only) (#2112) 2017-12-11 21:06:05 -05:00
vim.h Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00

Vim-like keymap for macOS

This keymap adds vim emulation to the keyboard firmware. Layer 0 is 'normal mode', providing a number of commands like w, e, a, dw, etc.

The keymap works by using macOS text-editing shortcuts, so currently it only chooches on macOS.