mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
75f1862268
Release Notes: - vim: Add `ctrl-v`/`ctrl-q` to type any unicode code point. For example `ctrl-v escape` inserts an escape character(U+001B), or `ctrl-v u 1 0 E 2` types ტ (U+10E2). As in vim `ctrl-v ctrl-j` inserts U+0000 not U+000A. Zed does not yet implement insertion of the vim-specific representation of the typed keystroke for other keystrokes. - vim: Add `ctrl-shift-v` as an alias for paste on Linux
10 lines
215 B
JSON
10 lines
215 B
JSON
{"Put":{"state":"ˇ"}}
|
|
{"Key":"i"}
|
|
{"Key":"ctrl-v"}
|
|
{"Key":"9"}
|
|
{"Key":"escape"}
|
|
{"Get":{"state":"ˇ\t","mode":"Normal"}}
|
|
{"Key":"i"}
|
|
{"Key":"ctrl-v"}
|
|
{"Key":"escape"}
|
|
{"Get":{"state":"\u001bˇ\t","mode":"Insert"}}
|