Skip to content

Commit 2b77d0a

Browse files
committed
Update tmux.conf
Disabled mouse mode in tmux. It was a bit annoying to not have the OS native copy/paste.
1 parent 42d37d9 commit 2b77d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmux/tmux.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ unbind '"'
55
unbind %
66

77
# Enable mouse control (clickable windows, panes, resizable panes)
8-
set -g mouse on
8+
# set -g mouse on

0 commit comments

Comments
 (0)