mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
tmux.conf: mode-mouse is making me crazy.
I always need to disable it. It causes more problems than solves them.
This commit is contained in:
parent
a0b344be53
commit
44247353f7
@ -22,8 +22,5 @@ set -g base-index 1
|
|||||||
# Sets 0 as window 10 (in my keyboard, numbers are 1234567890)
|
# Sets 0 as window 10 (in my keyboard, numbers are 1234567890)
|
||||||
bind-key 0 select-window -t :10
|
bind-key 0 select-window -t :10
|
||||||
|
|
||||||
# Enables mouse
|
|
||||||
set -g mode-mouse on
|
|
||||||
|
|
||||||
# Enables colours
|
# Enables colours
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
Loading…
Reference in New Issue
Block a user