feat: reasonix --continue to resume last session after restart
This commit is contained in:
parent
ba27352d7b
commit
5d40ad91cc
|
|
@ -23,7 +23,7 @@ return {
|
||||||
G.map({
|
G.map({
|
||||||
{ 'n', '<c-t>', Q.shell, { noremap = true } },
|
{ 'n', '<c-t>', Q.shell, { noremap = true } },
|
||||||
{ 'i', '<c-t>', Q.shell, { noremap = true } },
|
{ 'i', '<c-t>', Q.shell, { noremap = true } },
|
||||||
{ 'n', '<C-i>', function() Q.open('reasonix') end, { noremap = true } },
|
{ 'n', '<C-i>', function() Q.open('reasonix chat --continue') end, { noremap = true } },
|
||||||
{ 'n', '<leader>gg', function() Q.open('lazygit') end, { noremap = true } },
|
{ 'n', '<leader>gg', function() Q.open('lazygit') end, { noremap = true } },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a169b3139c0643ced0c0793c35e180ca92c998fd
|
||||||
Loading…
Reference in New Issue