We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I have hardtime enabled by default and I have disabled the mouse in my nvim config:
vim.opt.mouse = ''
When I disable hardtime via :Hardtime disable, the mouse is enabled again.
:Hardtime disable
Can we save/restore the previous value when enabling/disabling hardtime?
Config options
{ 'm4xshen/hardtime.nvim', event = 'VeryLazy', dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim' }, opts = {}, config = function() require('hardtime').setup { enabled = true } end, },
To Reproduce
:set mouse="" :Hardtime enable
Click right: see no nvim popup.
:Hardtime disable :set mouse
see that mouse is set to nvi. Right click: see nvim popup.
nvi
Expected behavior
Mouse option value should be restored to the previous value after :Hardtime disable.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I have hardtime enabled by default and I have disabled the mouse in my nvim config:
When I disable hardtime via
:Hardtime disable
, the mouse is enabled again.Can we save/restore the previous value when enabling/disabling hardtime?
Config options
To Reproduce
Click right: see no nvim popup.
see that mouse is set to
nvi
.Right click: see nvim popup.
Expected behavior
Mouse option value should be restored to the previous value after
:Hardtime disable
.The text was updated successfully, but these errors were encountered: