首页 > 其他 > 详细

[tmux] Enable mouse mode in tmux

时间:2017-04-12 10:03:35      阅读:192      评论:0      收藏:0      [点我收藏+]

We‘ll learn how to use mouse mode in tmux, including enable mouse control for resizing, scrolling and selecting panes. We‘ll also set keybindings in our tmux configuration to control mouse mode.

 

Set mouse on:

C-b  :

set mouse on

 

Set mouse on / off though conf

# Binding for mouse mode
# m to turn on, M to turn off
bind m set -g mouse on
bind M set -g mouse off

 

[tmux] Enable mouse mode in tmux

原文:http://www.cnblogs.com/Answer1215/p/6697220.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!