added keybind for ts context.

This commit is contained in:
Gabe Venberg 2024-06-16 14:52:04 -05:00
parent 4267745d51
commit 21e06ef060

View file

@ -28,6 +28,15 @@
})
'';
keymaps = [
{
action = ":TSContextToggle<CR>";
key = "<leader>x";
mode = "n";
options = {
silent = true;
desc = "tree context toggle";
};
}
{
action = ":TSJToggle<CR>";
key = "<leader>j";