LTerm_vimodule Concurrent : sig ... endmodule Query : sig ... endmodule Vi : sig ... endclass state : object ... endval of_lterm_code : LTerm_key.code -> Mew_vi.Key.codeval of_vi_code : Mew_vi.Key.code -> LTerm_key.codeval of_lterm_key : LTerm_key.t -> Mew_vi.Key.tval of_vi_key : Mew_vi.Key.t -> LTerm_key.tval perform :
edit ->
'a Zed_edit.context ->
(LTerm_read_line_base.action list ->
'b LTerm_read_line_base.loop_result Lwt.t) ->
Vi.Vi_action.t ->
'b LTerm_read_line_base.loop_result Lwt.t