Skip to content

Instantly share code, notes, and snippets.

@kalimar
Created November 22, 2017 20:16
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 kalimar/9c7656483f540348ec8fa666a6cd6f93 to your computer and use it in GitHub Desktop.
Save kalimar/9c7656483f540348ec8fa666a6cd6f93 to your computer and use it in GitHub Desktop.

Layout

Keymap 0: Basic layer

,--------------------------------------------------.           ,--------------------------------------------------.
|   `    |   1  |   2  |   3  |   4  |   5  |  6   |           |  7   |   8  |   9  |   0  |   -  |   =  |        |
|--------+------+------+------+------+-------------|           |------+------+------+------+------+------+--------|
| TAB    |   Q  |   W  |   E  |   R  |   T  |      |           |      |   Y  |   U  |   I  |   O  |   P  |   \    |
|--------+------+------+------+------+------|  VIM |           | VIM  |------+------+------+------+------+--------|
|Esc/ctrl|   A  |   S  |   D  |   F  |   G  |------|           |------|   H  |   J  |   K  |   L  |   ;  |   '    |
|--------+------+------+------+------+------|Hyper |           | Meh  |------+------+------+------+------+--------|
|(/LShift|  Z   |   X  |   C  |   V  |   B  |      |           |      |   N  |   M  |   ,  |   .  |   /  |)/RShift|
`--------+------+------+------+------+-------------'           `-------------+------+------+------+------+--------'
 | SYMB  |      |      | LGUI | CMD  |                                       | CMD  | RGUI |  [   |   ]  | SYMB |
  `----------------------------------'                                       `----------------------------------'
                                       ,-------------.       ,---------------.
                                       | Dim  |Bright|       | Vol D| Vol U  |
                                ,------|------|------|       |------+--------+------.
                                |      |      |      |       | mute |        |      |
                                | Space| Bksp |------|       |------|  Ent   |Space |
                                |      |      |      |       | VIM  |        |      |
                                `--------------------'       `----------------------'
  • Hyper - holding Alt+Shift+Ctrl+Cmd
  • Meh - holding Alt+Shift+Ctrl
  • VIM - Vim arrow bindings, function keys and mouse keys
  • SYMB - Invert numbers and symbols

Keymap 1: Vim Layer all other keys are transparent

,--------------------------------------------------.           ,--------------------------------------------------.
|        |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |           |  F7  |  F8  |  F9  | F10  | F11  |  F12 |        |
|--------+------+------+------+------+-------------|           |------+------+------+------+------+------+--------|
|        |      | msup |      |      |      |      |           |      |      |      |      |      |      |        |
|--------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
|        |mslft |msdwn |msrgt |      |      |------|           |------| left |  up  | down |right |      |        |
|--------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
|        |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
`--------+------+------+------+------+-------------'           `-------------+------+------+------+------+--------'
  |      |      |      |      |      |                                       |      |      |      |      |      |
  `----------------------------------'                                       `----------------------------------'
                                       ,-------------.       ,---------------.
                                       |      |      |       |      |        |
                                ,------|------|------|       |------+--------+------.
                                |      |      |      |       |      |        |      |
                                |      |      |------|       |------|        |      |
                                |      |      |      |       |      |        |      |
                                `--------------------'       `----------------------'

Keymap 2: Invert Numbers and Symbols

,---------------------------------------------------.           ,--------------------------------------------------.
|         |  !   |  @   |  #   |  $   |  %   |  ^   |           |   &  |  *   |  (   |   )  |      |      |        |
|---------+------+------+------+------+------+------|           |------+------+------+------+------+------+--------|
|         |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
|---------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
|         |      |      |      |      |      |------|           |------|      |      |      |      |      |        |
|---------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
|         |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
`---------+------+------+------+------+-------------'           `-------------+------+------+------+------+--------'
  |       |      |      |      |      |                                       |      |      |      |      |      |
  `-----------------------------------'                                       `----------------------------------'
                                       ,-------------.       ,-------------.
                                       |      |      |       |      |      |
                                ,------|------|------|       |------+------+------.
                                |      |      |      |       |      |      |      |
                                |      |      |------|       |------|      |      |
                                |      |      |      |       |      |      |      |
                                `--------------------'       `--------------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment