feat: reasonix --continue to resume last session after restart

This commit is contained in:
QQ 2026-06-11 21:10:42 +08:00
parent ba27352d7b
commit 5d40ad91cc
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ return {
G.map({
{ 'n', '<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 } },
})
end,

1
qqdock-upstream Submodule

@ -0,0 +1 @@
Subproject commit a169b3139c0643ced0c0793c35e180ca92c998fd