ZIm/crates/vim/src
Max Brunsfeld fd4b81c8fc Allow actions to be deserialized from JSON
Introduce separate macro for implementing 'internal' actions which
are not intended to be loaded from keymaps.
2022-04-08 15:47:51 -07:00
..
normal Restructure action macro to assign a namespace to every action 2022-04-07 16:20:49 -07:00
editor_events.rs Add word and line movement in vim normal mode 2022-03-27 17:58:28 -07:00
insert.rs Restructure action macro to assign a namespace to every action 2022-04-07 16:20:49 -07:00
mode.rs Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
normal.rs Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
vim.rs Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
vim_test_context.rs Add word and line movement in vim normal mode 2022-03-27 17:58:28 -07:00