Pass Insert button to nvim (#14)

Esse commit está contido em:
daa 2017-10-25 14:40:48 +03:00
commit 48baf6eab5
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -37,6 +37,7 @@ fn main() {
.entry("Return", "\"CR\"")
.entry("Escape", "\"Esc\"")
.entry("Delete", "\"Del\"")
.entry("Insert", "\"Insert\"")
.entry("Page_Up", "\"PageUp\"")
.entry("Page_Down", "\"PageDown\"")
.entry("Enter", "\"CR\"")