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
With native <C-a> & <C-x> keybindings we could do smth like that: 25 => 10<C-a> => 35 & 25 => 10<C-x> => 15.
<C-a>
<C-x>
25 => 10<C-a> => 35
25 => 10<C-x> => 15
But while using Boole with <C-a> & <C-x> remappings, this couldn't been reached due to the error.
Boole
As for now, I mapped <leader>a & <leader>x for this plugin and it works ok. But it will be really cool to totally replace native mappings.
<leader>a
<leader>x
Could it be fixed? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With native
<C-a>
&<C-x>
keybindings we could do smth like that:25 => 10<C-a> => 35
&25 => 10<C-x> => 15
.But while using
Boole
with<C-a>
&<C-x>
remappings, this couldn't been reached due to the error.As for now, I mapped
<leader>a
&<leader>x
for this plugin and it works ok. But it will be really cool to totally replace native mappings.Could it be fixed? Thanks
The text was updated successfully, but these errors were encountered: