ZIm/crates/vim/src
Max Brunsfeld ef0b584532 Remove AppState from workspace actions
This allows those actions to be bound to keystrokes in the keymap.
Also, remove the WorkspaceParams struct, simplify how Workspaces are
constructed.
2022-05-19 14:37:26 -07:00
..
normal Passing tests and removed local argument. Also pulled autoscroll argument out to change_selections 2022-05-13 15:55:27 -07:00
editor_events.rs Don't reset vim mode on editor focus 2022-05-02 11:49:10 -07:00
insert.rs Passing tests and removed local argument. Also pulled autoscroll argument out to change_selections 2022-05-13 15:55:27 -07:00
motion.rs Initial visual mode 2022-05-10 11:12:28 -07:00
normal.rs Review fixes 2022-05-13 15:55:27 -07:00
state.rs Initial visual mode 2022-05-10 11:12:28 -07:00
vim.rs Initial visual mode 2022-05-10 11:12:28 -07:00
vim_test_context.rs Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
visual.rs Passing tests and removed local argument. Also pulled autoscroll argument out to change_selections 2022-05-13 15:55:27 -07:00