Skip to content

Commit

Permalink
keymap: add space key to the keymap
Browse files Browse the repository at this point in the history
This allows Eovim to send <C-Space>, which is quite important for
things like YouCompleteMe!
  • Loading branch information
Jean Guyomarc'h committed Dec 30, 2017
1 parent 58b0635 commit eeb1ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keymap.c
Expand Up @@ -89,6 +89,7 @@ static const s_kv_keymap _map[] =
KM("Prior", "PageUp"),
KM("Next", "PageDown"),
KM("Delete", "Del"),
KM("space", "Space"),
};

static Eina_Hash *_keymap = NULL;
Expand Down

0 comments on commit eeb1ac4

Please sign in to comment.