ZIm/crates/vim/test_data/test_command_history.json
Conrad Irwin 18c5cbacd6 Add SearchHistory to command palette
This makes vim mode significantly nicer to use
2025-08-14 10:28:53 -06:00

18 lines
517 B
JSON

{"Put":{"state":"The quick\nbrown fox\nˇjumps over\nthe lazy dog\n"}}
{"Key":":"}
{"Key":"s"}
{"Key":"/"}
{"Key":"o"}
{"Key":"/"}
{"Key":"a"}
{"Key":"enter"}
{"Get":{"state":"The quick\nbrown fox\nˇjumps aver\nthe lazy dog\n","mode":"Normal"}}
{"Key":"u"}
{"Key":"^"}
{"Get":{"state":"The quick\nbrown fox\nˇjumps over\nthe lazy dog\n","mode":"Normal"}}
{"Key":":"}
{"Key":"up"}
{"Key":"backspace"}
{"Key":"e"}
{"Key":"enter"}
{"Get":{"state":"The quick\nbrown fox\nˇjumps ever\nthe lazy dog\n","mode":"Normal"}}