码迷,mamicode.com
首页 > 其他好文 > 详细

在命令行中插入TAB键

时间:2017-05-05 10:52:19      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:add   man   ati   example   插入   bsp   type   line   lin   

参考man bash:

       quoted-insert (C-q, C-v)

              Add the next character typed to the line verbatim.  This is how to insert characters like C-q, for example.
       tab-insert (C-v TAB)
              Insert a tab character.

 

如上所述,可以使用Ctrl-v 再按TAB,也可以使用Ctrl-q再按TAB。

另外,TAB等同于Ctrl-I,即也可以使用Ctrl-v再按Ctrl-I,或是使用Ctrl-v再按Ctrl-I。

在命令行中插入TAB键

标签:add   man   ati   example   插入   bsp   type   line   lin   

原文地址:http://www.cnblogs.com/fallenmoon/p/6811285.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!