disable mouse
This commit is contained in:
parent
f0b6b746b4
commit
8545f0c267
|
@ -19,10 +19,13 @@ bind - split-window -v
|
|||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# only set window size when client is attached to the specific window
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# HOWTO copy: PREFIX+[, space, select text, enter, PREFIX+]
|
||||
|
||||
# enable mouse
|
||||
set -g mouse on
|
||||
# disable mouse (prevents simple copying)
|
||||
set -g mouse off
|
||||
|
||||
# powerline
|
||||
run-shell "powerline-daemon -q || true"
|
||||
|
|
Reference in a new issue