mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 06:26:00 +00:00
Set use_system_clipboard = on_yank in zed
This commit is contained in:
3
home.nix
3
home.nix
@@ -443,6 +443,9 @@ in
|
|||||||
edit_prediction_provider = "copilot";
|
edit_prediction_provider = "copilot";
|
||||||
};
|
};
|
||||||
vim_mode = true;
|
vim_mode = true;
|
||||||
|
vim = {
|
||||||
|
use_system_clipboard = "on_yank";
|
||||||
|
};
|
||||||
autosave = "on_focus_change";
|
autosave = "on_focus_change";
|
||||||
format_on_save = "off";
|
format_on_save = "off";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user