added keybind for ts context.
This commit is contained in:
parent
4267745d51
commit
21e06ef060
|
@ -28,6 +28,15 @@
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
{
|
||||||
|
action = ":TSContextToggle<CR>";
|
||||||
|
key = "<leader>x";
|
||||||
|
mode = "n";
|
||||||
|
options = {
|
||||||
|
silent = true;
|
||||||
|
desc = "tree context toggle";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
action = ":TSJToggle<CR>";
|
action = ":TSJToggle<CR>";
|
||||||
key = "<leader>j";
|
key = "<leader>j";
|
||||||
|
|
Loading…
Reference in a new issue