adds command for opening thing in other window
This commit is contained in:
parent
46caf35475
commit
7b88e10eeb
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ return {
|
|||
|
||||
wk.setup(opts)
|
||||
wk.add({
|
||||
{
|
||||
"<leader>od",
|
||||
"<cmd>vsplit | lua vim.lsp.buf.definition()<cr>",
|
||||
desc = "Go to definition in other window",
|
||||
mode = "n",
|
||||
},
|
||||
{ "<leader>b", group = "+buffer", mode = "n" },
|
||||
{
|
||||
"<leader>bd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue