码迷,mamicode.com
首页 > 其他好文 > 详细

[tmux] Enable mouse mode in tmux

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

标签:mux   lin   mouse   div   style   span   blog   for   binding   

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

标签:mux   lin   mouse   div   style   span   blog   for   binding   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!