Skip to main content
added 2 characters in body
Source Link
nonopolarity
  • 9.7k
  • 25
  • 119
  • 173

Well, you should consider the proper way to set scrolling: add in your ~/.tmux.conf

set -g mouse on        #For tmux version 2.1 and up

or

set -g mode-mouse on   #For tmux versions < 2.1

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on        #For tmux version 2.1 and up

or

set -g mode-mouse on   #For tmux versions < 2.1

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your ~/.tmux.conf

set -g mouse on        #For tmux version 2.1 and up

or

set -g mode-mouse on   #For tmux versions < 2.1

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Making clear which command is for which version
Source Link

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on        #For tmux version 2.1 and up

(tmux version 2.1 and up) or

set -g mode-mouse on   #For tmux versions < 2.1

(earlier versions)

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on

(tmux version 2.1 and up) or

set -g mode-mouse on

(earlier versions)

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on        #For tmux version 2.1 and up

or

set -g mode-mouse on   #For tmux versions < 2.1

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Add the right command for recent versions of tmux (based on the comment by thrnio, can confirm it works)
Source Link

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on

(tmux version 2.1 and up) or

set -g mode-mouse on

(earlier versions)

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mode-mouse on

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

Well, you should consider the proper way to set scrolling: add in your tmux.conf

set -g mouse on

(tmux version 2.1 and up) or

set -g mode-mouse on

(earlier versions)

It worked for me in windows and panes. Now tmux is just perfect.

Practical tmux has more info on tmux.conf files.

changed typo tmux.onf to tmux.conf. Added link to resource
Source Link
Loading
changed typo tmux.onf to tmux.conf. Added link to resource
Source Link
Loading
Source Link
chaiyachaiya
  • 5.5k
  • 1
  • 13
  • 2
Loading