Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个简短的示例:在编写文本时,我打错了“f”(屏幕截图 1)并想使用 Cz 撤消它。结果是缺少矩形选择,最后一行仍然有“f”(屏幕截图 2)。
abcdf abcd abcdf --> abcd abcdf abcdf
相反,我想保留矩形选择并且没有剩余的“f”来继续输入。
abcdf abcd abcdf --> abcd abcdf abcd
有什么建议么?提前致谢!