Open aakashsigdel opened 4 days ago
Currently zed automatically yanks to system clipboard in vim mode when use_system_clipboard is set. The default vim behaviour is to yank it to the unnamed register.
use_system_clipboard
It would be great if we could implement a setting to enable this. Something like:
{ "vim": { "default_yank_register": "system_clip_board" | "unnamed" | "other_options_available" } }
Zed: v0.161.2 (Zed) OS: macOS 14.1.0 Memory: 16 GiB Architecture: aarch64
No response
How is "default_yank_register": "unnamed" different from "use_system_clipboard": "never"?
Check for existing issues
Describe the feature
Currently zed automatically yanks to system clipboard in vim mode when
use_system_clipboard
is set. The default vim behaviour is to yank it to the unnamed register.It would be great if we could implement a setting to enable this. Something like:
Environment
If applicable, add mockups / screenshots to help present your vision of the feature
No response