mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
38b1940251
Release Notes: - Improved `workspace::SendKeystrokes` to support re-binding keys. For example you can now do: `"x": ["workspace::SendKeystrokes", "\" _ x"]` in vim mode to ensure that `x` does not clobber your clipboard. - Improved key binding documentation
11 lines
345 B
JSON
11 lines
345 B
JSON
{"Exec":{"command":"noremap x \"_x"}}
|
|
{"Exec":{"command":"map y 2x"}}
|
|
{"Put":{"state":"ˇhello"}}
|
|
{"Key":"d"}
|
|
{"Key":"l"}
|
|
{"Get":{"state":"ˇello","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"h"}}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"ˇlo","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"h"}}
|
|
{"Get":{"state":"ˇlo","mode":"Normal"}}
|