fixed overseer keybinding
This commit is contained in:
parent
1adb3c8ff2
commit
c136b87b7b
@ -3,7 +3,16 @@ overseer.setup({
|
|||||||
templates = { "builtin", "user.cmake.cmake" },
|
templates = { "builtin", "user.cmake.cmake" },
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set({ 'n', 'x' }, '<F4>', function()
|
require('legendary').keymaps(
|
||||||
overseer.open()
|
{
|
||||||
overseer.run_template()
|
{
|
||||||
end, opts)
|
'<f4>',
|
||||||
|
function()
|
||||||
|
overseer.open()
|
||||||
|
overseer.run_template()
|
||||||
|
end,
|
||||||
|
mode = { 'n', 'x' },
|
||||||
|
description = 'Start task (overseer)',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user