mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
add symbols
This commit is contained in:
parent
6587ce62cc
commit
e4405275fa
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ vim.keymap.set("n", "<C-f>m", tb.keymaps, {})
|
|||
vim.keymap.set("n", "<C-f>c", tb.commands, {})
|
||||
-- find Documentation
|
||||
vim.keymap.set("n", "<C-f>d", tb.man_pages, {})
|
||||
-- find symbols
|
||||
vim.keymap.set("n", "<C-f>v", tb.lsp_workspace_symbols, {})
|
||||
-- open tree
|
||||
vim.keymap.set({ "i", "n" }, "<C-t>", vim.cmd.NvimTreeFocus, {})
|
||||
-- move and copy lines
|
||||
|
|
Loading…
Reference in a new issue