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

最新文章

  1. Java实现Excel中的NORMSDIST函数和NORMSINV函数
  2. 3篇NeuroImage文献分析
  3. AngularJs ng-route路由详解
  4. c#项目架构搭建经验
  5. mvc2 To 4
  6. Java程序员应更新的知识
  7. Redis word bak
  8. svn使用dump和hotcopy进行脚本备份
  9. Ubuntu下非常给力的下载工具
  10. Buying Feed, 2010 Nov (单调队列优化DP)
  11. tomcat web项目部署方式
  12. RH2288V3服务器 硬件安装以及更换硬件
  13. 【web】服务器推送的实现方式(转)
  14. [luogu1020][导弹拦截]
  15. rsync 远程同步 实时同步备份 两种免交互的方式实现实时备份
  16. git 快照及分支
  17. react router @4 和 vue路由 详解(三)react如何在路由里面定义一个子路由
  18. Alpha版本冲刺(六)
  19. iOS端JSON转Model链式编程框架SuperKVC使用方法与原理
  20. Jmeter创建一个 JMS 主题的测试计划

热门文章

  1. STL中erase()的陷阱
  2. Quartz学习总结(1)——Spring集成Quartz框架
  3. 洛谷 P1893 山峰暸望
  4. 洛谷 P1068 分数线划定
  5. 亚马逊AWS学习——EC2的自己定义VPC配置
  6. quartz中的corn表达式(转)
  7. 使用@Order调整配置类加载顺序
  8. 8.spring-boot配置log4j
  9. C语言库函数,头文件
  10. Mongodb总结2-Java版本的HelloWorld-CRUD例子