Mels
Mels
please have an option to disable it. very annoying
I guess the ultimate question to ask here is why suddenly without any clear and strong precaution/warning/notice dropped the support for older OS, given the fact that for example centos7...
> How are you accessing the Tab Switcher/? ``` { "command": { "action": "prevTab", "tabSwitcherMode": "mru" }, "keys": "ctrl+tab" } ``` I actually tried to add the tabSwitcherMode here instead...
> Could you share your whole [settings.json file](https://github.com/microsoft/terminal/wiki/Frequently-Asked-Questions-(FAQ)#where-can-i-find-the-settings-file)/? ``` { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste",...
confirmed. Switching to nextTab worked. Thanks. Is this a bug? > I don't think I can repro this exactly, but I do have some observations. > > 1. `prevTab` is...