We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f4f19 commit d18cb7cCopy full SHA for d18cb7c
README.md
@@ -137,6 +137,10 @@ call cornelis#bind_input("nat", "ℕ")
137
138
will add `<LocalLeader>nat` as an input remapping for `ℕ`.
139
140
+The inverse of `cornelis#bind_input("foo", "...")` is `cornelis#unbind_input("foo")`.
141
+Note that this cannot and will not attempt to undo any custom agda-input
142
+management, such as through `g:cornelis_bind_input_hook` (see below).
143
+
144
145
#### Custom Hooks
146
0 commit comments