作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
例如,当我在man ls
session 中搜索tmux
时,搜索字符串不会高亮显示-页面会跳下,以使搜索字符串像预期的那样位于缓冲区的第一行,但没有高亮显示。
如果不在tmux
session 中在同一 shell 中执行相同的操作,则会导致搜索字符串突出显示。
我不知道从哪里开始寻找解决方案。任何提示表示赞赏。
最佳答案
根据Gen2ly
的Less Colors For Man Pages,这是我的手册页以及操作方法:
预习
这是 shell 程序,不是网页!
如何
~/.bashrc
~/.zshrc
等以添加:# Colored man pages: http://linuxtidbits.wordpress.com/2009/03/23/less-colors-for-man-pages/
# Less Colors for Man Pages
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\E[0m' # end mode
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_so=$'\E[38;5;016m\E[48;5;220m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
. ~/.bashrc && man ls
关于tmux - tmux手册页搜索突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10535432/
我是一名优秀的程序员,十分优秀!