feat: reasonix --continue to resume last session after restart
This commit is contained in:
parent
ba27352d7b
commit
36e420f868
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue