tweaked window switcher

This commit is contained in:
Matt Nish-Lapidus 2025-04-10 12:02:10 -04:00
parent 1ee07c21fa
commit 0c2a6fc883

View file

@ -97,7 +97,11 @@
{ on = "<C-w>"; run ="tab_close"; }
{ on = "<C-A-right>"; run ="tab_switch 1 --relative"; }
{ on = "<C-A-left>"; run ="tab_switch -1 --relative"; }
{ on = "<C-1>"; run ="tab_switch 0"; }
{ on = "<C-2>"; run ="tab_switch 1"; }
{ on = "<C-3>"; run ="tab_switch 2"; }
{ on = "<C-4>"; run ="tab_switch 3"; }
{ on = "<Tab>"; run = "spot"; desc = "Spot hovered file"; }
{ on = "M"; run = "plugin mount"; }