Skip to content
Snippets Groups Projects
Commit 7d93b6d8 authored by jkerdreu's avatar jkerdreu
Browse files

Turn off mouse in tmux

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2833 b32b6428-25c9-4566-ad07-03861ab6144f
parent 190906a6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ set -g status-left-length 70
#-------
# Mouse
#-------
set -g mouse on
set -g mouse off
bind-key m set-option -g mouse on \; display 'Mouse: ON'
bind-key M set-option -g mouse off \; display 'Mouse: OFF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment