使用时GNU 的 Nano 编辑器,是否可以从实际光标位置删除到最后文本文件的?
我的解决方法现在:保持按下CtrlK(删除整行热键)。但这种方法在慢速远程连接(telnet、SSH...等)上不太舒服。
答案1
根据纳米键盘命令,您可以通过以下方式执行此操作AltT:
M-T Cut from the cursor position to the end of the file
其中M
是“alt”(指ESC键)。在文档中,“cut”是删除或删除的另一种说法,例如,
^K Cut the current line and store it in the cutbuffer