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
|
||||
'';
|
||||
window.mappings."s" = "";
|
||||
window.mappings."<space>" = "";
|
||||
};
|
||||
keymaps = [
|
||||
|
|
|
@ -17,5 +17,14 @@
|
|||
desc = "Find files with telescope";
|
||||
};
|
||||
}
|
||||
{
|
||||
mode = [ "n" "i" ];
|
||||
key = "<C-S-p>";
|
||||
action = helpers.mkRaw ''
|
||||
function()
|
||||
require("telescope.builtin").help_tags()
|
||||
end
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue