mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-21 03:24:22 +00:00
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
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.