当前位置:网站首页>Shortcut key of Bash
Shortcut key of Bash
2022-07-07 12:56:00 【LC181119】
- Ctrl + l Clear the screen , amount to clear command
- Ctrl + o Execute the current command , And redisplay this command
- Ctrl + s Block screen output , lock
- Ctrl + q Allow screen output , Unlock
- Ctrl + c Termination order
- Ctrl + z Suspend command
- Ctrl + a Move the cursor to the beginning of the command line , amount to Home
- Ctrl + e Move the cursor to the end of the command line , amount to End
- Ctrl + f Move the cursor one character to the right
- Ctrl + b Move the cursor one character to the left
- Ctrl + xx The cursor moves between the beginning of the command line and the cursor Be careful :Alt Combination shortcuts often conflict with other software
- Alt + f Move the cursor to the right one word end
- Alt + b Move the cursor one word to the left
- Ctrl + u Delete from the cursor to the beginning of the command line
- Ctrl + k Delete from the cursor to the end of the command line
- Alt + r Delete the current entire line
- Ctrl + w Delete from the cursor to the left to the beginning of the word
- Alt + d Delete right from the cursor to the end of the word
- Alt + Backspace Delete the words on the left
- Ctrl + d Delete a character at the cursor
- Ctrl + h Delete a character in front of the cursor
- Ctrl + y Paste the deleted character behind the cursor
- Alt + c Start at the cursor and change the first capitalized word to the right
- Alt + u Start at the cursor , Change the word on the right to uppercase
- Alt + l Start at the cursor , Change the word on the right to lowercase
- Ctrl + t Swap character positions at the cursor and before
- Alt + t Swap cursor and previous word positions
- Alt + # Prompt for the specified character , Repeat the character # Time
- The ability to get help determines the ability of Technology !
- Multi level help
- Alt + f Move the cursor to the right one word end
- Alt + b Move the cursor one word to the left
- Ctrl + u Delete from the cursor to the beginning of the command line
- Ctrl + k Delete from the cursor to the end of the command line
- Alt + r Delete the current entire line
- Ctrl + w Delete from the cursor to the left to the beginning of the word
- Alt + d Delete right from the cursor to the end of the word
- Alt + Backspace Delete the words on the left
- Ctrl + d Delete a character at the cursor
- Ctrl + h Delete a character in front of the cursor
- Ctrl + y Paste the deleted character behind the cursor
- Alt + c Start at the cursor and change the first capitalized word to the right
- Alt + u Start at the cursor , Change the word on the right to uppercase
- Alt + l Start at the cursor , Change the word on the right to lowercase
- Ctrl + t Swap character positions at the cursor and before
- Alt + t Swap cursor and previous word positions
- Alt + # Prompt for the specified character , Repeat the character # Time
边栏推荐
- MySQL importing SQL files and common commands
- 【无标题】
- Smart cloud health listed: with a market value of HK $15billion, SIG Jingwei and Jingxin fund are shareholders
- 谷歌浏览器如何重置?谷歌浏览器恢复默认设置?
- 【从 0 开始学微服务】【01】什么是微服务
- Charles: four ways to modify the input parameters or return results of the interface
- Leetcode question brushing: binary tree 26 (insertion operation in binary search tree)
- NPM instal reports agent or network problems
- leetcode刷题:二叉树20(二叉搜索树中的搜索)
- 智云健康上市:市值150亿港元 SIG经纬与京新基金是股东
猜你喜欢
Leetcode question brushing: binary tree 26 (insertion operation in binary search tree)
博文推荐|Apache Pulsar 跨地域复制方案选型实践
Several ways to clear floating
聊聊Redis缓存4种集群方案、及优缺点对比
关于 appium 启动 app 后闪退的问题 - (已解决)
如何将 @Transactional 事务注解运用到炉火纯青?
Day-14 common APIs
Aosikang biological sprint scientific innovation board of Hillhouse Investment: annual revenue of 450million yuan, lost cooperation with kangxinuo
Master公式。(用于计算递归的时间复杂度。)
About IPSec
随机推荐
PHP calls the pure IP database to return the specific address
图形对象的创建与赋值
数据库安全的重要性
Leetcode question brushing: binary tree 26 (insertion operation in binary search tree)
Leetcode brush question: binary tree 24 (the nearest common ancestor of binary tree)
ICLR 2022 | pre training language model based on anti self attention mechanism
3D content generation based on nerf
Cookie
ICLR 2022 | 基于对抗自注意力机制的预训练语言模型
[crawler] avoid script detection when using selenium
leetcode刷题:二叉树20(二叉搜索树中的搜索)
2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
【无标题】
Leetcode skimming: binary tree 20 (search in binary search tree)
Aosikang biological sprint scientific innovation board of Hillhouse Investment: annual revenue of 450million yuan, lost cooperation with kangxinuo
2022危险化学品生产单位安全生产管理人员考题及在线模拟考试
【从 0 开始学微服务】【01】什么是微服务
Smart cloud health listed: with a market value of HK $15billion, SIG Jingwei and Jingxin fund are shareholders
【无标题】
[statistical learning methods] learning notes - Chapter 4: naive Bayesian method