mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +00:00
tmux: remove focusEvents
This commit is contained in:
parent
02b20dd048
commit
372ba92be4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
customPaneNavigationAndResize = true;
|
customPaneNavigationAndResize = true;
|
||||||
escapeTime = 50;
|
escapeTime = 50;
|
||||||
focusEvents = true;
|
# focusEvents = true;
|
||||||
historyLimit = 100000;
|
historyLimit = 100000;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
|
Loading…
Reference in a new issue