markdown Ctrl-U Ctrl-Y命令行技巧

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Ctrl-U Ctrl-Y命令行技巧相关的知识,希望对你有一定的参考价值。

[BASH] Ctrl-U Ctrl-Y command line trick
=========================================

**Use case:**

You’re typing a command, for example you're typing: `[sudo] apt-get upgrade`, 
but suddenly realize you should execute `[sudo] apt-get update`
first.

**Solution:**

Go at the end of your current command with `Ctrl-E`, then press `Ctrl-U`, 
type and execute the other command, then press `Ctrl-Y`.

***Tadaa!***

以上是关于markdown Ctrl-U Ctrl-Y命令行技巧的主要内容,如果未能解决你的问题,请参考以下文章

在 Vim 中进行平滑滚动的最佳方法是啥?

Vim常用快捷键

Vim常用快捷键

vim 命令行使用技巧

linux基本操作总结

Linux 终端命令行 常用快捷键小技巧