博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
好用的screen设置
阅读量:7006 次
发布时间:2019-06-28

本文共 1076 字,大约阅读时间需要 3 分钟。

#转自 http://hi.baidu.com/lazync/item/722f0b15657dd9fd746a841e #在~/.screenrc中输入以下内容 #se the startup messagestartup_message offterm linux##use ` as the Global Key## escape ``##set a biger bufferdefscrollback 4096#设置状态栏hardstatus alwayslastline                                                                                                                   shelltitle "$|bash"hardstatus string '%{= kG}[ %{G}%c:%s %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][ %{C}(F1)New (F2)Rename (F3)Monitor (F4)Slience %{g}][%{kB} %d/%m %{w}%c %{g}]'##shutdown the noisevbell off## w to show the window listbind w windowlist -bbind ^w windowlist -b##initial apps to runscreenscreenscreenscreenselect 0#进行快捷键的绑定bindkey -k k1 screenbindkey -k k2 titlebindkey -k k3 monitorbindkey -k k4 silencebindkey -k k5 colon#bindkey -k k6 split#bindkey -k k; focusbindkey -k k7 focus#bindkey -k k8 onlybindkey -k k9 detachbindkey -k F1 prevbindkey -k F2 nextattrcolor u "-u B"sessionname lynautodetach on

 

转载于:https://www.cnblogs.com/goodness/archive/2013/01/10/2855286.html

你可能感兴趣的文章
国内有CentOS 6的debuginfo包的源镜像
查看>>
开发一个简易的PHP扩展
查看>>
网络编程懒人入门(六):史上最通俗的集线器、交换机、路由器功能原理入门...
查看>>
linux 监控中的瑞士军刀 glances
查看>>
sprintf和snprintf的正确使用
查看>>
Smarty前端模板引擎 - 我看过的PHP开源框架
查看>>
iOS--音乐播放器之DOUAudioStreamer
查看>>
三大NoSQL数据库HBase、Cassandra和MongoDB大比拼
查看>>
gcc编译选项
查看>>
mybatis_初始化过程源码解析
查看>>
数据库CRUD中的中文编码问题
查看>>
Redis 笔记系列(六)——redis键相关命令笔记
查看>>
Spring事务配置的五种方式
查看>>
kubernetes客户端授权
查看>>
静态路由的配置命令(拓扑图)
查看>>
Git - git push origin master 报错的解决方法
查看>>
Apache Shiro 使用 RequiresPermissions with Spring...
查看>>
白话深度神经网络
查看>>
CXF创建webservice客户端和服务端
查看>>
flask自定义路由/route,正则表达式
查看>>