implements custom wezterm scheme

This commit is contained in:
Dennis Schoepf 2025-11-03 10:42:55 +01:00
parent 2c80558d2e
commit 0827a2984a
4 changed files with 91 additions and 15 deletions

View file

@ -14,6 +14,13 @@ return {
wk.setup(opts)
wk.add({
{ "<leader>o", group = "+open", mode = "n" },
{
"<leader>od",
"<cmd>vsplit | lua vim.lsp.buf.definition()<cr>",
desc = "Go to definition in other window",
mode = "n",
},
{
"<leader>od",
"<cmd>vsplit | lua vim.lsp.buf.definition()<cr>",