From 48baf6eab5932ba7d3c6b4afe963094d94443309 Mon Sep 17 00:00:00 2001 From: daa Date: Wed, 25 Oct 2017 14:40:48 +0300 Subject: [PATCH] Pass Insert button to nvim (#14) --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index 023ff59..2d792df 100644 --- a/build.rs +++ b/build.rs @@ -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\"")