neo-tree,telescope: update keymap
This commit is contained in:
parent
97de7e0020
commit
e92d3f84a2
2 changed files with 9 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
window.mappings."s" = "";
|
|
||||||
window.mappings."<space>" = "";
|
window.mappings."<space>" = "";
|
||||||
};
|
};
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|
|
@ -17,5 +17,14 @@
|
||||||
desc = "Find files with telescope";
|
desc = "Find files with telescope";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = [ "n" "i" ];
|
||||||
|
key = "<C-S-p>";
|
||||||
|
action = helpers.mkRaw ''
|
||||||
|
function()
|
||||||
|
require("telescope.builtin").help_tags()
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue