绿林网

《tmux》读后感100字

《tmux》读后感100字

《tmux》是一本由Brian P. Hogan著作,USD 16.25出版的88图书,本书定价:平装,页数:2012-2-29,特精心收集的读后感,希望对大家能有帮助。

《tmux》读后感(一):赶紧把你手头screen换掉吧

对于用xmonad做wm的,这都是渣渣

特别适合OP。如果有还在用screen不是tmux的OP那你一定折翼了。

把一些很零散的地方整合了起来。对了,我的Prefix是 C-z。。。

几个关键的:

set -sg escape-time 1 # 减小按键发送延时

setw -g aggressive-resize on # 多客户端访问时候自动resize

《tmux》读后感(二):新手快速入门,妥妥地

从头到尾读一遍,照着书,把配置敲打一遍,就算是tmux入门了。当然,要深入的理解和使用tmux,最关键的还是要翻manpage,并在工作中将它配置成你需要的样子。

要注意的是,文中用xclip来将buffer内容拷贝到X的clipboard,这在某些时候是不干活的,比如Arch Linux上。可以选择用xsel来替代,参考

https://wiki.archlinux.org/index.php/Tmux#ICCCM_Selection_Integration

使用zsh的同学可以翻看一下oh-my-zsh的plugin wiki,里面集成了tmux和tmuxinator的插件。

https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins

tmux和less配合会有一些问题,需要对terminfo打一个小patch,参考tmux FAQ

http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ

中的这个Q “vim displays reverse video instead of italics, while less displays italics (or just regular text) instead of reverse. What's wrong?”

《tmux》读后感(三):tmux

It’s pretty common for a modern developer to have a database console, web server, and a text editor running at the same time. Switching between these with the mouse takes up valuable time and can break your concentration. By using tmux, you can improve your productivity and regain your focus. This book will show you how.

You’ll learn how to manage multiple terminal sessions within tmux using only your keyboard. You’ll see how to manage and run programs side-by-side in panes, and you’ll learn how to create the perfect development environment with custom scripts so that when you’re ready to work, your programs are waiting for you. Then you’ll discover how to manipulate text with tmux’s copy and paste buffers. Once you’ve got the basics down, you’ll discover how easy it is to use tmux to collaborate remotely with others. Finally, you’ll explore more advanced usage as you manage multiple tmux sessions, add custom scripts into the tmux status line, and integrate tmux with your system.

Whether you’re an application developer or a system administrator, you’ll find many useful tricks and techniques to help you take control of your terminal.

本文由作者上传并发布(或网友转载),绿林网仅提供信息发布平台。文章仅代表作者个人观点,未经作者许可,不可转载。
点击查看全文
相关推荐
热门推荐