当前位置:网站首页>screen 命令修改默认快捷键ctrl + a
screen 命令修改默认快捷键ctrl + a
2022-08-08 06:21:00 【亓逸】
screen 命令修改默认快捷键
所有人都知道screen默认快捷键前提(即escape配置)为ctrl+a,但是全网找遍了也只有万里挑一的文章写了escape的配置修改
难道ctrl + a配置在Linux当中没有和终端回到行首快捷键冲突吗?(在开启screen的时候)
吐槽完了之后,直接出正文
进入screen 配置文件/etc/screenrc (不同系统文件路径不同,大家可以上午找一下)
sudo vim /etc/screenrc
添加以下命令
根据个人喜好,我喜欢ctrl + j 替换 ctrl + a
escape ^Jj
ESC
:wq!
即可
切记!!修改完记得把screen退出再进!!或者关掉再修改,不然现有的screen还是会保持以前的配置
边栏推荐
- Neural network to solve what problem, neural network results is not stable
- 状态压缩复习
- scikit-learn随机数据生成实例
- The amount of parameters and calculation of neural network, is the neural network a parametric model?
- Pit Filling Simulated Hash Table
- The pta patching simple graph theory
- Threads, control, communications
- 补坑 模拟散列表
- leetcode 232. Implement Queue using Stacks
- 2-SAT
猜你喜欢
随机推荐
ffmpeg获取视频时长和分辨率
C face recognition
The pta patching simple graph theory
oracle insert sql error
leetcode 232. Implement Queue using Stacks 用栈实现队列(简单)
from sklearn import cross_validation 报错的解决方法
scikit-learn随机数据生成实例
torch.gather() 用法解读
状态压缩复习
stack-queue
AttributeError: ‘GridSearchCV‘ object has no attribute ‘grid_scores_‘
redis客户端Jedis/Redisson/Letture对比示例代码
leetcode 232. Implement Queue using Stacks
cnn卷积神经网络反向传播,卷积神经网络维度变化
kdeplot()核密度估计图的介绍
图像融合评价方式
Day7:面试必考选择题
stack-queue
线上接口流量突增,快要扛不住了
Cs software UI building methods









