Skip to content

Commit

Permalink
feat!: Unmap oversser mapping
Browse files Browse the repository at this point in the history
conflicts with window right/left
  • Loading branch information
Allaman committed Jan 31, 2024
1 parent 57b84c8 commit a57948b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lua/core/plugins/overseer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ return {
{ "<leader>r", "<cmd>OverseerRun<cr>", desc = "Overseer Run" },
{ "<leader>tr", "<cmd>OverseerToggle<cr>", desc = "Overseer" },
},
opts = {},
opts = {
task_list = {
bindings = {
["<C-l>"] = false,
["<C-h>"] = false,
},
},
},
config = true,
}

0 comments on commit a57948b

Please sign in to comment.