Pass Insert button to nvim (#14)
This commit is contained in:
parent
4068fc5a43
commit
48baf6eab5
1
build.rs
1
build.rs
@ -37,6 +37,7 @@ fn main() {
|
|||||||
.entry("Return", "\"CR\"")
|
.entry("Return", "\"CR\"")
|
||||||
.entry("Escape", "\"Esc\"")
|
.entry("Escape", "\"Esc\"")
|
||||||
.entry("Delete", "\"Del\"")
|
.entry("Delete", "\"Del\"")
|
||||||
|
.entry("Insert", "\"Insert\"")
|
||||||
.entry("Page_Up", "\"PageUp\"")
|
.entry("Page_Up", "\"PageUp\"")
|
||||||
.entry("Page_Down", "\"PageDown\"")
|
.entry("Page_Down", "\"PageDown\"")
|
||||||
.entry("Enter", "\"CR\"")
|
.entry("Enter", "\"CR\"")
|
||||||
|
Loading…
Reference in New Issue
Block a user