summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfankhauseand2022-07-04 14:53:10 +0200
committerfankhauseand2022-07-04 14:53:10 +0200
commitb4e9cb7ee4e910d0e462923574dc333ebf9099a2 (patch)
treed382d9f20d496cd4a6bb32a66ea12380198a2e64
parentc9ad893071269509d6387e2b2763ffea9e18d8b2 (diff)
downloaddotfiles-b4e9cb7ee4e910d0e462923574dc333ebf9099a2.zip
dotfiles-b4e9cb7ee4e910d0e462923574dc333ebf9099a2.tar.gz
(ConEmu) Make tabs cycle in displayed order instead by recently used
-rw-r--r--src/windoof/ConEmu/ConEmu.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windoof/ConEmu/ConEmu.xml b/src/windoof/ConEmu/ConEmu.xml
index 5566fdc..3fa8ec8 100644
--- a/src/windoof/ConEmu/ConEmu.xml
+++ b/src/windoof/ConEmu/ConEmu.xml
@@ -27,6 +27,8 @@
<value name="TabModifiedSuffix" type="string" data="[*]"/>
<!-- How a tab label looks like -->
<value name="TabConsole" type="string" data="%s"/>
+ <!-- TabRecent: 00=cycleInOrder 01=cycleMostRecent -->
+ <value name="TabRecent" type="hex" data="00"/>
<value name="Tabs" type="hex" data="01"/>
<value name="TabsLocation" type="hex" data="01"/>
<value name="TrueColorerSupport" type="hex" data="01"/>